diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index fa4053cc..84cd757b 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -134,7 +134,7 @@ in '' bind = SUPER SHIFT, J, movewindow, d # Layer rules - $layers = ^(waybar|system-menu|anyrun|gtk-layer-shell|notifications)$ + $layers = ^(waybar|system-menu|rofi|anyrun|gtk-layer-shell|notifications)$ layerrule = blur, $layers layerrule = ignorealpha 0.3, $layers diff --git a/home/pass.nix b/home/pass.nix index d81a3c76..872a3ae7 100644 --- a/home/pass.nix +++ b/home/pass.nix @@ -20,7 +20,7 @@ maxCacheTtl = 86400; defaultCacheTtl = maxCacheTtl; defaultCacheTtlSsh = maxCacheTtl; - pinentryFlavor = "gtk2"; + pinentryFlavor = "gnome3"; extraConfig = '' no-allow-external-cache ''; diff --git a/system/desktop.nix b/system/desktop.nix index 295c921e..8178647c 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -31,6 +31,7 @@ bluetooth.enable = true; }; services = { + dbus.packages = with pkgs; [ gcr ]; gnome.gnome-keyring.enable = true; pipewire = { enable = true;