nixos/hosts/lilith-pad/default.nix
2024-06-07 22:44:59 +02:00

5 lines
68 B
Nix

{...}: {
extraConfig = {
config.gaming.enable = false;
};
}