mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix gnome keyring command
This commit is contained in:
parent
81f01ef709
commit
a675b6b816
@ -27,6 +27,7 @@
|
||||
enable = true;
|
||||
sway.enable = true;
|
||||
i3.enable = false;
|
||||
plasma.enable = false;
|
||||
# set dpi if used in mobile applications
|
||||
# dpi = 180;
|
||||
};
|
||||
|
||||
@ -19,7 +19,7 @@ with lib; {
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
services.gnome3.gnome-keyring.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.pam.services.sddm = {
|
||||
enableGnomeKeyring = true;
|
||||
gnupg.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user