diff options
author | Alan Pearce | 2024-11-10 18:47:38 +0100 |
---|---|---|
committer | Alan Pearce | 2024-11-10 18:47:38 +0100 |
commit | b79f43cacfc06fcd8354719b45df7e3314393b9c (patch) | |
tree | 71f19be697d798171c093ac063fb416e4de93b6a /user/settings/nix.nix | |
parent | 6d545ae940ad6689c816b55248d7f6daa145cdfa (diff) | |
download | nixfiles-b79f43cacfc06fcd8354719b45df7e3314393b9c.tar.lz nixfiles-b79f43cacfc06fcd8354719b45df7e3314393b9c.tar.zst nixfiles-b79f43cacfc06fcd8354719b45df7e3314393b9c.zip |
nix: don't set restricted xdg config option in user config
Diffstat (limited to 'user/settings/nix.nix')
-rw-r--r-- | user/settings/nix.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix index 94b28e52..87db3d56 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -12,9 +12,6 @@ in enable = true; # needed for "standalone" home-manager, conflicts with module package = lib.mkDefault pkgs.nix; - settings = { - use-xdg-base-directories = true; - }; }; home.packages = with pkgs; [ |