nix/hosts/desktop/default.nix
2024-09-21 09:44:32 +02:00

11 lines
179 B
Nix

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