summaryrefslogtreecommitdiff
path: root/hm/conf
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-07 22:27:05 +0100
committeradikro <adikro@disroot.org>2026-03-07 22:27:05 +0100
commit11d05469368ecfe533c7720e7f5b624f2f8f19fc (patch)
treec666f76157b6f9158a2faa723efbf10d1d3dab03 /hm/conf
parentcacaadb79a73fca27bd8bbc0a33a0713d2379655 (diff)
...
Diffstat (limited to 'hm/conf')
-rw-r--r--hm/conf/xdg-dirs.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/hm/conf/xdg-dirs.nix b/hm/conf/xdg-dirs.nix
index ba5b063..3a37e6a 100644
--- a/hm/conf/xdg-dirs.nix
+++ b/hm/conf/xdg-dirs.nix
@@ -18,7 +18,7 @@ in
createDirectories = true;
download = "${config.home.homeDirectory}/dl";
- documents = "${config.home.homeDirectory}/docs";
+ documents = "${config.home.homeDirectory}/dc";
pictures = "${toString cfg.storagePath}/pics";
videos = "${toString cfg.storagePath}/vids";
@@ -29,7 +29,7 @@ in
templates = null;
extraConfig = {
- PROJECTS = "${config.home.homeDirectory}/proj";
+ DEV = "${config.home.homeDirectory}/dv";
GAMES = "${config.home.homeDirectory}/games";
storage = "${toString cfg.storagePath}";
SS = "${toString cfg.storagePath}/pics/ss";
@@ -39,15 +39,5 @@ in
ARCHIVE = "${toString cfg.storagePath}/archive";
};
};
- home.sessionVariables = {
- PROJECTS = "${config.home.homeDirectory}/proj";
- GAMES = "${config.home.homeDirectory}/games";
- storage = "${toString cfg.storagePath}";
- SS = "${toString cfg.storagePath}/pics/ss";
- CLIPS = "${toString cfg.storagePath}/vids/clips";
- MOVIES = "${toString cfg.storagePath}/movies";
- ANIME = "${toString cfg.storagePath}/anime";
- ARCHIVE = "${toString cfg.storagePath}/archive";
- };
};
}