5 lines
152 B
Nix
5 lines
152 B
Nix
{ ... }: {
|
|
config.modules.desktop.sway.enable = true;
|
|
config.modules.gaming.steam.enable = false;
|
|
config.modules.hardware.laptop.enable = true;
|
|
}
|