gtk: make gtk3 bookmarks public

Let's hope they won't cause a CVE or something
main
Oystein Kristoffer Tveit 2023-03-07 23:03:04 +01:00
parent 7be2f4a272
commit 72ec7c3f2c
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 12 additions and 1 deletions

View File

@ -14,5 +14,16 @@
name = "VimixDark";
};
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"
];
};
}
}