diff options
| author | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-07 22:27:05 +0100 |
| commit | 11d05469368ecfe533c7720e7f5b624f2f8f19fc (patch) | |
| tree | c666f76157b6f9158a2faa723efbf10d1d3dab03 /hm/conf/xdg-dirs.nix | |
| parent | cacaadb79a73fca27bd8bbc0a33a0713d2379655 (diff) | |
...
Diffstat (limited to 'hm/conf/xdg-dirs.nix')
| -rw-r--r-- | hm/conf/xdg-dirs.nix | 14 |
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"; - }; }; } |
