diff options
Diffstat (limited to 'modules/home/theme.nix')
-rw-r--r-- | modules/home/theme.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/home/theme.nix b/modules/home/theme.nix index 1575540..a1c4f9b 100644 --- a/modules/home/theme.nix +++ b/modules/home/theme.nix @@ -60,14 +60,6 @@ in { cursorTheme = { name = "Adwaita"; }; - gtk3.bookmarks = [ - "file:///home/timmy/dls Downloads" - "file:///home/timmy/docs Documents" - "file:///home/timmy/pics/screenshots Screenshots" - "file:///home/timmy/docs/src/sites sites" - "file:///home/timmy/docs/src/scripts scripts" - "file:///home/timmy/docs/src/programs programs" - ]; gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc"; }; qt = { |