diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/common/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index 6d26166..ccd245a 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -16,6 +16,8 @@ in ]; programs.home-manager.enable = true; + nix.settings.use-xdg-base-directories = true; + home = { inherit username; stateVersion = "25.05"; |