From 7a68c1d2d37a62657427f7178e129060ba9be6f4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 11 Jun 2025 23:17:53 +0530 Subject: home: follow xdg base directories --- home/common/home.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home') 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"; -- cgit v1.2.3