style(nix/floorp): Vertical tab is too small on my thinkpad setup
This commit is contained in:
parent
75ab123b88
commit
8a1480a9b7
4 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue