diff options
| author | triethyl <triethylammonium@pm.me> | 2026-01-12 20:34:54 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-01-12 20:34:54 -0500 |
| commit | 5aa8bda20900c398ecc11aa57e20f00057366f2f (patch) | |
| tree | 4432ef777d574c00a396693a26cc61da380410ab /nixos/systems/thinkpad-laptop | |
| parent | b2e6595169d47a5ca5fa4b8b6542aefb24389bd4 (diff) | |
nixos: switch from sddm to greetd
Diffstat (limited to 'nixos/systems/thinkpad-laptop')
| -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"; |
