fernseher

This commit is contained in:
Till 2025-09-01 23:40:56 +02:00
parent 328d1ceff2
commit 8f3637e363
4 changed files with 79 additions and 3 deletions

View file

@ -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 = {