From 7205ea32a3a153d9da0829818472d206b114fa40 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:59:07 -0500 Subject: [PATCH] changed to xdg configHome --- homeManagerModules/sops.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeManagerModules/sops.nix b/homeManagerModules/sops.nix index 333cf6b..bdbdab8 100644 --- a/homeManagerModules/sops.nix +++ b/homeManagerModules/sops.nix @@ -1,7 +1,7 @@ { inputs, config, pkgs, lib, ... }: let - sopsConfigPath = "${config.home.homeDirectory}/.config/home-manager/jsl-home/.sops.yaml"; - sopsSecretsPath = "${config.home.homeDirectory}/.config/home-manager/jsl-home/keys/secrets.yaml"; + sopsConfigPath = "${config.xdg.configHome}/home-manager/jsl-home/.sops.yaml"; + sopsSecretsPath = "${config.xdg.configHome}/home-manager/jsl-home/keys/secrets.yaml"; in { imports = [