nix-da/users/ny/misc/gtk.nix
nydragon 90d41328c1
Some checks failed
/ test (push) Has been cancelled
feat: add gtk bookmarks
2025-03-17 18:12:55 +01:00

12 lines
271 B
Nix

{
rum.gtk = {
enable = true;
bookmarks = [
"file:///home/ny/Documents Documents"
"file:///home/ny/Music Music"
"file:///home/ny/Pictures Pictures"
"file:///home/ny/Videos Videos"
"file:///home/ny/Downloads Downloads"
];
};
}