feat: zathura config

feat/kile-v2
Ricard Illa 2023-05-26 15:08:52 +02:00
parent 2e0b3d5179
commit f3ea656869
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
./swaybg.nix ./swaybg.nix
./swaylock.nix ./swaylock.nix
./waybar.nix ./waybar.nix
./zathura.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [

View File

@ -1,4 +1,4 @@
{ config, pkgs, fontSize ? "10", monoFontSize ? "9", ... }: { config, pkgs, ... }:
let let
gruvbox-dark = { gruvbox-dark = {
bg = "#282828"; bg = "#282828";
@ -35,6 +35,7 @@ let
inactiveBorder = gruvbox-dark.bg2; inactiveBorder = gruvbox-dark.bg2;
urgent = gruvbox-dark.red; urgent = gruvbox-dark.red;
}; };
monoFontSize = "9";
monoFont = { monoFont = {
name = "Hack"; name = "Hack";
size = monoFontSize; size = monoFontSize;