diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-06 21:34:07 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-06 21:34:07 -0600 |
commit | 56aa812441c150da6f27d7c848d3e3eb2ded4435 (patch) | |
tree | 6067aef1fa736cee5e88fb1db2bb36841ea567a9 /modules/home/theme.nix | |
parent | 1ef7aa8333c0851d0ca5ae556b5f1d12fad87b08 (diff) | |
download | nixos-56aa812441c150da6f27d7c848d3e3eb2ded4435.tar.xz nixos-56aa812441c150da6f27d7c848d3e3eb2ded4435.zip |
update bookmarks
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 = { |