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

6
flake.lock generated
View File

@@ -260,11 +260,11 @@
]
},
"locked": {
"lastModified": 1772014238,
"narHash": "sha256-iYLoK6Dq9cKYD6WBIxwUFFHQFxhK+ssvSRf/TWxPbUQ=",
"lastModified": 1772108436,
"narHash": "sha256-rKRHAKnUolC+icX7SwT2lLPBYaCvKKuOyB6q5+3OBj0=",
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
"rev": "52f140c07493f8bb6cd0773c7e1afe3e1fd1d1fa",
"rev": "aa31fa7f26454629a6029c81a849c17255176f87",
"type": "github"
},
"original": {

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;
}