summaryrefslogtreecommitdiff
path: root/home/xdg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/xdg.nix')
-rw-r--r--home/xdg.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/home/xdg.nix b/home/xdg.nix
index f4b1294..be43d92 100644
--- a/home/xdg.nix
+++ b/home/xdg.nix
@@ -1,5 +1,4 @@
{ ... }:
-
{
xdg.userDirs = {
enable = true;
@@ -16,7 +15,7 @@
templates = null;
extraConfig = {
- XDG_PROJECTS_DIR = "$HOME/projects";
+ XDG_PROJECTS_DIR = "$HOME/proj";
XDG_GAMES_DIR = "$HOME/Games";
XDG_MEDIA_DIR = "/media";
XDG_SS_DIR = "/media/ss";
@@ -26,7 +25,7 @@
};
};
home.sessionVariables = {
- XDG_PROJECTS_DIR = "$HOME/projects";
+ XDG_PROJECTS_DIR = "$HOME/proj";
XDG_GAMES_DIR = "$HOME/Games";
XDG_MEDIA_DIR = "/media";
XDG_SS_DIR = "/media/ss";