gtk: make gtk3 bookmarks public
Let's hope they won't cause a CVE or something
This commit is contained in:
parent
7be2f4a272
commit
72ec7c3f2c
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue