nix/hosts/desktop/default.nix
2024-10-06 12:57:02 +02:00

12 lines
146 B
Nix

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