nix/hosts/mrmeeseeks/nixos-config.nix

4 lines
107 B
Nix

{ ... }: {
config.modules.gaming.steam.enable = true;
config.modules.hardware.laptop.enable = false;
}