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

@ -21,7 +21,11 @@
"$mod" = "SUPER"; "$mod" = "SUPER";
# Set keyboard layout # Set keyboard layout
input = { kb_layout = "gb"; }; input = {
kb_layout = "gb";
follow_mouse = 1;
mouse_refocus = false;
};
# Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows # Allow using SUPER+LEFT to move windows and SUPER+RIGHT to resize windows
bindm = [ bindm = [

View file

@ -98,6 +98,18 @@
# no need to redefine it in your config for now) # no need to redefine it in your config for now)
#media-session.enable = true; #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; programs.zsh.enable = true;
users.users.blue = { users.users.blue = {