diff --git a/home-modules/zathura.nix b/home-modules/zathura.nix new file mode 100644 index 0000000..e303a54 --- /dev/null +++ b/home-modules/zathura.nix @@ -0,0 +1,32 @@ +{ pkgs, rice, ... }: +{ + programs.zathura = { + enable = true; + options = with rice.color; { + completion-bg = background; + completion-fg = foreground; + completion-highlight-bg = background; + completion-highlight-fg = accent.base; + # default-bg = background; + # default-fg = foreground; + highlight-active-color = accent.base; + highlight-color = secondary.base; + index-active-bg = background; + inputbar-bg = background; + inputbar-fg = foreground; + notification-bg = background; + notification-error-bg = background; + notification-error-fg = foreground; + notification-fg = foreground; + notification-warning-bg = background; + notification-warning-fg = foreground; + recolor = false; + recolor-darkcolor = foreground; + recolor-keephue = true; + recolor-lightcolor = background; + selection-clipboard = "clipboard"; + statusbar-bg = background; + statusbar-fg = foreground; + }; + }; +} diff --git a/home.nix b/home.nix index 548a09c..2ddfe7b 100755 --- a/home.nix +++ b/home.nix @@ -52,14 +52,16 @@ ./home-modules/waybar.nix ./home-modules/wlogout.nix ./home-modules/yazi.nix - ./home-modules/zoxide.nix ]; + ./home-modules/zathura.nix + ./home-modules/zoxide.nix + ]; home.username = user; home.homeDirectory = "/home/${user}"; home.stateVersion = "24.05"; home.packages = with pkgs; [ chromium - zathura + # zathura xfce.thunar # spotify