From b79f43cacfc06fcd8354719b45df7e3314393b9c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Nov 2024 18:47:38 +0100 Subject: nix: don't set restricted xdg config option in user config --- user/settings/nix.nix | 3 --- 1 file changed, 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; [ -- cgit 1.4.1