feat: zathura config
parent
2e0b3d5179
commit
f3ea656869
|
@ -11,6 +11,7 @@
|
|||
./swaybg.nix
|
||||
./swaylock.nix
|
||||
./waybar.nix
|
||||
./zathura.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, fontSize ? "10", monoFontSize ? "9", ... }:
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
gruvbox-dark = {
|
||||
bg = "#282828";
|
||||
|
@ -35,6 +35,7 @@ let
|
|||
inactiveBorder = gruvbox-dark.bg2;
|
||||
urgent = gruvbox-dark.red;
|
||||
};
|
||||
monoFontSize = "9";
|
||||
monoFont = {
|
||||
name = "Hack";
|
||||
size = monoFontSize;
|
||||
|
|
Loading…
Reference in New Issue