diff options
Diffstat (limited to 'nixos/systems')
| -rw-r--r-- | nixos/systems/thinkpad-laptop/system.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nixos/systems/thinkpad-laptop/system.nix b/nixos/systems/thinkpad-laptop/system.nix index 0a702c9..23e1843 100644 --- a/nixos/systems/thinkpad-laptop/system.nix +++ b/nixos/systems/thinkpad-laptop/system.nix @@ -26,6 +26,7 @@ features = { gui = { apps = { + steam.enable = true; }; desktops = { niri.enable = true; @@ -49,8 +50,9 @@ pipewire.enable = true; }; extra = { - plymouth.enable = true; - sddm.enable = true; + # plymouth.enable = true; + # sddm.enable = true; + greetd.enable = true; syncthing-client = { enable = true; username = "lucas"; |
