New host: kogata
This commit is contained in:
parent
d9cd58c5b2
commit
e776697515
13 changed files with 76 additions and 41 deletions
|
@ -13,6 +13,7 @@
|
|||
# TODO: Custom installer ISO
|
||||
# ./installer
|
||||
./ude
|
||||
./kogata
|
||||
];
|
||||
|
||||
builders = let
|
||||
|
|
11
hosts/kogata/default.nix
Normal file
11
hosts/kogata/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
configurations.darwin.kogata = {pkgs, ...}: {
|
||||
nixpkgs.system = "aarch64-darwin";
|
||||
|
||||
settei.user.config = {
|
||||
home.packages = with pkgs; [alacritty];
|
||||
};
|
||||
|
||||
common.hercules.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue