diff options
author | Adrian Kummerlaender | 2019-09-05 20:52:20 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2019-09-05 20:52:20 +0200 |
commit | 6f87b312e4c931307b36877d12e0ed83d38bb967 (patch) | |
tree | 2cf6930d2c4a3b0ab6f9d088e4d7626f6ba02f53 /gui | |
parent | 3dad0c779f22fe2a134c8586460c3e8450fd7036 (diff) | |
download | nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.tar nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.tar.gz nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.tar.bz2 nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.tar.lz nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.tar.xz nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.tar.zst nixos_home-6f87b312e4c931307b36877d12e0ed83d38bb967.zip |
Fix download directory variable name #1
Diffstat (limited to 'gui')
-rw-r--r-- | gui/apps/file.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/apps/file.nix b/gui/apps/file.nix index f164b7d..660a9e8 100644 --- a/gui/apps/file.nix +++ b/gui/apps/file.nix @@ -36,7 +36,7 @@ file.".config/user-dirs.dirs".text = '' XDG_TEMPLATES_DIR="$HOME/" XDG_DESKTOP_DIR="$HOME/" - XDG_DOWNLOADS_DIR="$HOME/downloads/" + XDG_DOWNLOAD_DIR="$HOME/downloads/" ''; }; } |