home: Add /tmp to gtk3 bookmarks

This commit is contained in:
Simon Bruder 2020-11-07 14:34:59 +01:00
parent b2f6f52e7e
commit 148a9e2a8e
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -16,5 +16,8 @@
gtk2.extraConfig = ''
gtk-enable-tooltips = 0
'';
gtk3.bookmarks = [
"file:///tmp"
];
};
}