home/gtk: update gtk3 bookmark list
This commit is contained in:
parent
f3850074b4
commit
1937168aa9
|
@ -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"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue