nix/hosts/morty/nixos-config.nix

8 lines
185 B
Nix

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