mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
Change pinned folders
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user