nix/hosts/morty/nixos-config.nix

5 lines
151 B
Nix

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