summaryrefslogtreecommitdiff
path: root/nixos/systems/thinkpad-laptop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-12 20:34:54 -0500
committertriethyl <triethylammonium@pm.me>2026-01-12 20:34:54 -0500
commit5aa8bda20900c398ecc11aa57e20f00057366f2f (patch)
tree4432ef777d574c00a396693a26cc61da380410ab /nixos/systems/thinkpad-laptop/system.nix
parentb2e6595169d47a5ca5fa4b8b6542aefb24389bd4 (diff)
nixos: switch from sddm to greetd
Diffstat (limited to 'nixos/systems/thinkpad-laptop/system.nix')
-rw-r--r--nixos/systems/thinkpad-laptop/system.nix6
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";