From 11d05469368ecfe533c7720e7f5b624f2f8f19fc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 7 Mar 2026 22:27:05 +0100 Subject: ... --- hm/conf/xdg-dirs.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'hm/conf') 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"; - }; }; } -- cgit v1.3