diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
| commit | 7b42a09edbf77a23e78a6b3f251215469ce15146 (patch) | |
| tree | b25a4387646f1d54396f2e4c5bee2db504b5623e /hosts/mercury | |
| parent | 3981482362931c995bc814c3e4441628b86980f1 (diff) | |
changes, jupiter will be broken
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mercury/home.nix b/hosts/mercury/home.nix index f3b0e4c..ed03452 100644 --- a/hosts/mercury/home.nix +++ b/hosts/mercury/home.nix @@ -1,4 +1,5 @@ {pkgs, ...}: { + home.preferXdgDirectories = true; home.packages = with pkgs; [ # GUI apps tor-browser # don't ask |
