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