diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-06-11 23:17:53 +0530 | 
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-06-11 23:17:53 +0530 | 
| commit | 7a68c1d2d37a62657427f7178e129060ba9be6f4 (patch) | |
| tree | e0deda6218d04479ded8e945b8c9744e314c7a03 | |
| parent | 0cd46475b7082e131c3d26174d950cb4c480fb80 (diff) | |
home: follow xdg base directories
| -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"; | 
