summaryrefslogtreecommitdiff
path: root/home/common
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-06-11 23:17:53 +0530
committersinanmohd <sinan@sinanmohd.com>2025-06-11 23:17:53 +0530
commit7a68c1d2d37a62657427f7178e129060ba9be6f4 (patch)
treee0deda6218d04479ded8e945b8c9744e314c7a03 /home/common
parent0cd46475b7082e131c3d26174d950cb4c480fb80 (diff)
home: follow xdg base directories
Diffstat (limited to 'home/common')
-rw-r--r--home/common/home.nix2
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";