From 4c9eaeab4d71a8b3f74b373c42b35f28cd7bb803 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 22 Aug 2023 19:39:25 +0200 Subject: Feat(hm/conf/xdg): Set up userDirs --- home-manager/soispha/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'home-manager') diff --git a/home-manager/soispha/default.nix b/home-manager/soispha/default.nix index 1efb2ca2..0ef53489 100644 --- a/home-manager/soispha/default.nix +++ b/home-manager/soispha/default.nix @@ -39,5 +39,23 @@ in { xdg = { inherit configHome dataHome stateHome cacheHome; #binHome; # TODO add binHome, when the standart is extended enable = true; + + /* + TODO add this + desktopEntries = {}; + */ + + userDirs = { + enable = true; + createDirectories = true; + desktop = null; + documents = "${homeDirectory}/school/general"; + download = "${homeDirectory}/media/downloads"; + music = "${homeDirectory}/media/music"; + pictures = "${homeDirectory}/media/pictures"; + videos = "${homeDirectory}/media/videos"; + templates = "${homeDirectory}/media/templates"; + publicShare = "${homeDirectory}/media/public"; + }; }; } -- cgit 1.4.1