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
+15
View File
@@ -66,6 +66,21 @@ in {
categories = ["System" "FileManager" "FileTools" "ConsoleOnly"];
};
xdg.configFile."elio/config.toml".text = ''
[places]
entries = [
"home",
"documents",
"downloads",
"pictures",
{ title = "Notes", path = "~/Notes" },
{ title = "Cyber", path = "~/Cyber" },
{ title = "Projects", path = "~/Projects" },
{ title = "NixOS Config", path = "~/.config/nixos" },
"trash",
]
'';
xdg.configFile."elio/theme.toml".text = ''
[palette]
bg = "#${c.base00}"