New host: kogata

This commit is contained in:
Nikodem Rabuliński 2024-01-09 15:53:40 +01:00
parent d9cd58c5b2
commit e776697515
13 changed files with 76 additions and 41 deletions

View file

@ -13,6 +13,7 @@
# TODO: Custom installer ISO
# ./installer
./ude
./kogata
];
builders = let

11
hosts/kogata/default.nix Normal file
View 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;
};
}