From b27c5cf38b5cef5731b5be8ba41e3fa7cb0df293 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 5 May 2018 16:29:07 +0200 Subject: Group applications by purpose --- gui/zathura.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 gui/zathura.nix (limited to 'gui/zathura.nix') 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" - ''; - }; -} -- cgit v1.2.3