aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-09-05 20:52:20 +0200
committerAdrian Kummerlaender2019-09-05 20:52:20 +0200
commit6f87b312e4c931307b36877d12e0ed83d38bb967 (patch)
tree2cf6930d2c4a3b0ab6f9d088e4d7626f6ba02f53
parent3dad0c779f22fe2a134c8586460c3e8450fd7036 (diff)
downloadnixos_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
-rw-r--r--gui/apps/file.nix2
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/"
'';
};
}