8 lines
187 B
Nix
8 lines
187 B
Nix
{ ... }: {
|
|
config.modules.desktop.sway.enable = true;
|
|
config.modules.gaming.steam.enable = true;
|
|
config.modules.hardware.laptop = {
|
|
enable = true;
|
|
turbo_ac = "auto";
|
|
};
|
|
}
|