nix/hosts/mrmeeseeks/nixos-config.nix
2025-01-02 22:15:59 +01:00

10 lines
254 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;
}