Change pinned folders

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-08-13 14:42:07 +02:00
parent 0cef4320fd
commit f704a5e9c4
3 changed files with 23 additions and 2 deletions
+5
View File
@@ -1,4 +1,5 @@
{
config,
lib,
pkgs,
...
@@ -147,6 +148,10 @@ in {
music = null;
publicShare = null;
templates = null;
extraConfig = {
NOTES = "${config.home.homeDirectory}/Notes";
CYBER = "${config.home.homeDirectory}/Cyber";
};
};
};
}