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
./swaylock.nix
./waybar.nix
./zathura.nix
];
home.packages = with pkgs; [

View File

@ -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;