From 49725af5bfeabbc20d0b519cfe534574f4867bbb Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 19 Apr 2025 23:59:50 -0400 Subject: [PATCH] make nix conform to xdg --- module.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module.nix b/module.nix index 9143552..f3aadb9 100644 --- a/module.nix +++ b/module.nix @@ -13,5 +13,8 @@ # we're disabling the default flake registry because i don't like it flake-registry = ""; + + # sigh + use-xdg-base-directories = "true"; }; }