summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-07 05:21:51 -0700
committerFuwn <[email protected]>2024-09-07 05:21:51 -0700
commit992e8984476275d63243e9498badd7b50f22aea0 (patch)
tree22b4efc1d8aab2c781f04617c5c75d72d8d645b0
parentBump (diff)
downloadnixos-config-992e8984476275d63243e9498badd7b50f22aea0.tar.xz
nixos-config-992e8984476275d63243e9498badd7b50f22aea0.zip
Bump
-rw-r--r--home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix2
-rw-r--r--home/ebisu/fortune/system/virtualisation/docker.nix1
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
];
}