1
0
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:
Stefan Ellmauthaler 2023-03-27 16:48:50 +02:00
parent 81f01ef709
commit a675b6b816
Failed to extract signature
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@
enable = true;
sway.enable = true;
i3.enable = false;
plasma.enable = false;
# set dpi if used in mobile applications
# dpi = 180;
};

View File

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