nix/hosts/desktop/default.nix
2024-10-13 13:54:32 +02:00

12 lines
145 B
Nix

{
networking.hostName = "desktop";
openrgb.enable = true;
games.enable = true;
imports = [
./hardware.nix
../../modules
];
}