From 86ac120d54955e5c1df7fa5bfcc612810b76da26 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 26 Feb 2026 19:22:08 -0500 Subject: [PATCH] steam: enable sddm (now required) --- flake.lock | 6 +++--- system/system-yarn.nix | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 70aa902..3552d8e 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/system/system-yarn.nix b/system/system-yarn.nix index a00939e..40bbc33 100644 --- a/system/system-yarn.nix +++ b/system/system-yarn.nix @@ -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; }