style(nix/floorp): Vertical tab is too small on my thinkpad setup

This commit is contained in:
Ahmad Ansori Palembani 2024-10-27 16:27:28 +07:00
parent 75ab123b88
commit 8a1480a9b7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 6 additions and 2 deletions

View file

@ -20,6 +20,7 @@ in
let
inherit (mkSystem "x86_64-darwin" nixpkgs [inputs.firefox-darwin.overlay]) system pkgs;
vars.name = "ziro";
vars.floorp.verticalTabHoverWidthInEm = 30;
in
home-manager.lib.homeManagerConfiguration {
inherit pkgs;