diff options
| author | Fuwn <[email protected]> | 2024-09-07 05:21:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-07 05:21:51 -0700 |
| commit | 992e8984476275d63243e9498badd7b50f22aea0 (patch) | |
| tree | 22b4efc1d8aab2c781f04617c5c75d72d8d645b0 | |
| parent | Bump (diff) | |
| download | nixos-config-992e8984476275d63243e9498badd7b50f22aea0.tar.xz nixos-config-992e8984476275d63243e9498badd7b50f22aea0.zip | |
Bump
| -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 ]; } |