diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 2e3d8d2..50a644c 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -21,7 +21,11 @@ "$mod" = "SUPER"; # 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 bindm = [ diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index fd4b8a4..097b489 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -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 = {