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 = [