From b4c63b8b79e8ca05761532c6859feb9fc0280516 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 27 Mar 2026 09:31:53 +0000 Subject: [PATCH] Update files --- home/impermanence.nix | 2 ++ system/packages.nix | 1 + system/services.nix | 1 + 3 files changed, 4 insertions(+) diff --git a/home/impermanence.nix b/home/impermanence.nix index 0626360..9563ba6 100644 --- a/home/impermanence.nix +++ b/home/impermanence.nix @@ -31,7 +31,9 @@ ".local/share/Enpass" ".local/share/Steam" ".local/share/station" + ".local/share/keyrings" ".local/state/station" + ".local/state/wireplumber" ".ssh" ]; files = [ diff --git a/system/packages.nix b/system/packages.nix index 43fc323..3f27bb9 100644 --- a/system/packages.nix +++ b/system/packages.nix @@ -47,6 +47,7 @@ rustc # Rust compiler rustfmt # Rust formatter satty # Screenshot editor TODO: Figure out and configure + seahorse # GNOME Keyring manager sshpass # SSH with password in CLI, used by install scripts swaybg # Wayland wallpaper utility tldr # Simplified man pages diff --git a/system/services.nix b/system/services.nix index d34d8b5..4f8c05b 100644 --- a/system/services.nix +++ b/system/services.nix @@ -26,6 +26,7 @@ autoLogin.user = "chris"; defaultSession = "hyprland-uwsm"; }; + gnome.gnome-keyring.enable = true; }; security.pam.services.sddm.enableGnomeKeyring = true; }