home/gtk: update gtk3 bookmark list

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-12 17:39:59 +02:00
parent f3850074b4
commit 1937168aa9
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 7 additions and 5 deletions

View File

@ -16,14 +16,16 @@
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
gtk3.bookmarks = map (s: "file://${config.home.homeDirectory}/${s}") [ gtk3.bookmarks = map (s: "file://${config.home.homeDirectory}/${s}") [
"Dropbox"
"Downloads" "Downloads"
"pictures"
"documents"
"music"
".config"
".local/share"
# "Dropbox"
"git"
"git/pvv" "git/pvv"
"nix" "nix"
"NTNU"
"ng"
"git"
"music"
]; ];
}; };
} }