aboutsummaryrefslogtreecommitdiff
path: root/gui/zathura.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/zathura.nix')
-rw-r--r--gui/zathura.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/gui/zathura.nix b/gui/zathura.nix
deleted file mode 100644
index 41eefbc..0000000
--- a/gui/zathura.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ pkgs, ... }:
-
-{
- home = {
- packages = [ pkgs.zathura ];
-
- file.".config/zathura/zathurarc".text = ''
- set font "Iosevka 14px"
-
- set inputbar-bg "#161616"
- set inputbar-fg "#909737"
-
- set statusbar-bg "#161616"
- set statusbar-fg "#909737"
-
- set completion-bg "#161616"
- set completion-fg "#909737"
-
- set completion-highlight-bg "#909737"
- set completion-highlight-fg "#161616"
-
- set recolor-lightcolor "#161616"
- set recolor-darkcolor "#ffffff"
- '';
- };
-}