fernseher
This commit is contained in:
parent
328d1ceff2
commit
8f3637e363
4 changed files with 79 additions and 3 deletions
19
flake.nix
19
flake.nix
|
|
@ -22,7 +22,7 @@
|
|||
./system/desktop.nix
|
||||
./system/hardware/nova.nix
|
||||
./system/gnome.nix
|
||||
./system/cosmic.nix
|
||||
# ./system/cosmic.nix
|
||||
./system/steam.nix
|
||||
./system/btrbk.nix
|
||||
./system/yubikey.nix
|
||||
|
|
@ -84,6 +84,23 @@
|
|||
];
|
||||
};
|
||||
|
||||
homer = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
{
|
||||
networking.hostName = "homer";
|
||||
}
|
||||
./system
|
||||
./system/desktop.nix
|
||||
./system/hardware/homer.nix
|
||||
./system/gnome.nix
|
||||
./system/steam.nix
|
||||
./system/media.nix
|
||||
# ./system/btrbk.nix
|
||||
./system/guest.nix
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue