nix/hosts/mrmeeseeks/nixos-config.nix

10 lines
252 B
Nix

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