mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 07:29:23 +08:00
module.system.gui: fix niri
This commit is contained in:
@@ -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";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user