gtk: make gtk3 bookmarks public

Let's hope they won't cause a CVE or something
This commit is contained in:
2023-03-07 23:03:04 +01:00
parent 7be2f4a272
commit 72ec7c3f2c

View File

@@ -14,5 +14,16 @@
name = "VimixDark"; name = "VimixDark";
}; };
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}") [
"Dropbox"
"Downloads"
"git/pvv"
"nix"
"NTNU"
"ng"
"git"
"music"
];
}; };
} }