steam: enable sddm (now required)

This commit is contained in:
2026-02-26 19:22:08 -05:00
parent 201436ef28
commit 86ac120d54
2 changed files with 7 additions and 3 deletions

View File

@@ -166,6 +166,10 @@
};
};
# Jovian-NixOS requires sddm
# https://github.com/Jovian-Experiments/Jovian-NixOS/commit/52f140c07493f8bb6cd0773c7e1afe3e1fd1d1fa
services.displayManager.sddm.wayland.enable = true;
# Disable gamescope from common.nix to avoid conflict with jovian-nixos
programs.gamescope.enable = lib.mkForce false;
}