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