about summary refs log tree commit diff
path: root/home/gtk/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 13:15:11 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 13:40:02 -0700
commited322011ad34bbb68cb399d61adc43857dc6a289 (patch)
treee88e606ff204ee4cf7ae7dc70846fc7ff0dc9c6f /home/gtk/default.nix
parentref(zsh): ensure home-manager variables are set before starting sway (diff)
downloadworld-ed322011ad34bbb68cb399d61adc43857dc6a289.tar.gz
feat(gtk): add bookmarks
Change-Id: Icb3bd8cf01850aa9d35fd574cc18543df5b71fca
Reviewed-on: https://cl.fcuny.net/c/world/+/304
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'home/gtk/default.nix')
-rw-r--r--home/gtk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/gtk/default.nix b/home/gtk/default.nix
index 6e528b2..b9173c7 100644
--- a/home/gtk/default.nix
+++ b/home/gtk/default.nix
@@ -35,6 +35,8 @@ in {
           gtk-xft-hinting = 1;
           gtk-xft-hintstyle = "hintslight";
         };
+        bookmarks =
+          [ "file:///home/fcuny/workspace" "file:///home/fcuny/documents" ];
       };
     };