nix/hosts/desktop/default.nix
2024-09-15 19:36:11 +02:00

12 lines
170 B
Nix

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