add gnome-keyring to configuration.nix

add mouse focus settings to prevent vanishing dropdown menus to hyprland.nix, this seems to actually have improved things but behaviour is still intermittent
This commit is contained in:
Gabriella Bere 2024-09-02 00:13:35 +01:00
parent 612115ebf4
commit fe66980dd0
2 changed files with 17 additions and 1 deletions

View file

@ -98,6 +98,18 @@
# no need to redefine it in your config for now)
#media-session.enable = true;
};
# pam.services = [
# { name = "gnome_keyring"
# text = ''
# auth optional ${gnome3.gnome_keyring}/lib/security/pam_gnome_keyring.so
# session optional ${gnome3.gnome_keyring}/lib/security/pam_gnome_keyring.so auto_start
#
# password optional ${gnome3.gnome_keyring}/lib/security/pam_gnome_keyring.so
# '';
# }
# ];
services.gnome.gnome-keyring.enable = true;
programs.zsh.enable = true;
users.users.blue = {