changed to xdg configHome

This commit is contained in:
John Lancaster
2025-08-01 22:59:07 -05:00
parent 553e691a8b
commit 7205ea32a3

View File

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