diff options
| -rw-r--r-- | home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix | 2 | ||||
| -rw-r--r-- | home/ebisu/fortune/system/virtualisation/docker.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix b/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix index a507990..7d9e110 100644 --- a/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix +++ b/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix @@ -23,7 +23,7 @@ # "kwalletd6" # GNOME/Keyring - # "gnome-keyring-daemon --replace --components=pkcs11,secrets,ssh,gpg" + "gnome-keyring-daemon --replace --components=pkcs11,secrets,ssh,gpg" # XDG, XDPH, & Qt "dbus-update-activation-environment --systemd --all" diff --git a/home/ebisu/fortune/system/virtualisation/docker.nix b/home/ebisu/fortune/system/virtualisation/docker.nix index 4d395ff..9fbdbd0 100644 --- a/home/ebisu/fortune/system/virtualisation/docker.nix +++ b/home/ebisu/fortune/system/virtualisation/docker.nix @@ -6,5 +6,6 @@ dive docker-buildx docker-slim + docker-credential-helpers ]; } |