add bookmark config to desktop
This commit is contained in:
parent
47f54df622
commit
b4108f676e
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@
|
||||||
home.username = "pomp";
|
home.username = "pomp";
|
||||||
home.homeDirectory = "/home/pomp";
|
home.homeDirectory = "/home/pomp";
|
||||||
|
|
||||||
|
gtk.gtk3.bookmarks = [
|
||||||
|
"file://$HOME/.config"
|
||||||
|
"file://$HOME/.local"
|
||||||
|
"file://$HOME/Dev"
|
||||||
|
"file://$HOME/Programs"
|
||||||
|
];
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
# introduces backwards incompatible changes.
|
# introduces backwards incompatible changes.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue