nix/hosts/morty/nixos-config.nix

4 lines
106 B
Nix

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