module.system.gui: fix niri

This commit is contained in:
2025-11-30 11:52:23 +08:00
parent 8af3fb18eb
commit 19e568052f

View File

@@ -77,7 +77,10 @@ inputs:
})];
# niri module will auto enable this, disable it to avoid conflict with system ssh-agent
services.gnome.gcr-ssh-agent.enable = false;
# use polkit from dms
systemd.user.services.niri-flake-polkit.enable = false;
# let electron use gnome keyring https://github.com/electron/electron/issues/39789#issuecomment-3433810585
environment.sessionVariables.GNOME_DESKTOP_SESSION_ID = "this-is-deprecated";
})
];
}