nixos/hosts/lilith-pad/configuration.nix
2024-06-07 16:05:16 +02:00

5 lines
71 B
Nix

{conf, ...}: {
imports = [../../system];
gaming.enable = false;
}