commit d93a36ee331387013303980584c638a6874a91ba
parent 093b083a3c03ee4d04904320f6d4d63cbaed9362
Author: Chris <chris@echoz.io>
Date: Thu, 9 Oct 2025 02:19:16 +0200
feat: add etc user dir
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/modules/xdg-user-dirs/default.nix b/modules/xdg-user-dirs/default.nix
@@ -24,6 +24,7 @@
# some non-standard ones that should be there
extraConfig = {
XDG_GIT_DIR = "${tilde}/git";
+ XDG_ETC_DIR = "${tilde}/etc";
XDG_TMP_DIR = "${tilde}/tmp";
XDG_MNT_DIR = "${tilde}/mnt";
@@ -47,12 +48,13 @@
})
[
"doc"
+ "dot"
+ "etc"
+ "git"
"mus"
"pic"
- "vid"
- "git"
- "dot"
"sec"
"srv"
+ "vid"
];
}