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

@ -4,6 +4,9 @@
outputs = inputs@{ self, nix-darwin, nixpkgs, home-manager, system-manager, ... }:
let
vars = {
floorp = {
verticalTabHoverWidthInEm = 18;
};
rev = self.rev or self.dirtyRev or null;
};
in