diff --git a/.config/nix/modules/home-manager/floorp.nix b/.config/nix/modules/home-manager/floorp.nix index 8d55503..12924f1 100644 --- a/.config/nix/modules/home-manager/floorp.nix +++ b/.config/nix/modules/home-manager/floorp.nix @@ -7,6 +7,15 @@ package = null; # we only want the config profiles.${vars.name} = { userChrome = builtins.readFile ../../files/floorp/userChrome.css; + settings = { + "browser.toolbars.bookmarks.visibility" = "newtab"; + "floorp.browser.sidebar.is.displayed" = false; + "floorp.browser.tabbar.settings" = 2; + "floorp.browser.tabs.verticaltab" = true; + "floorp.browser.tabs.verticaltab.width" = 208; + "floorp.verticaltab.hover.enabled" = true; + "floorp.tabbar.style" = 2; + }; }; }; }