nix/hosts/mrmeeseeks/nixos-config.nix
2024-05-08 23:54:14 +02:00

9 lines
208 B
Nix

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