From 72c4fd4fe46586cf0bc52e868a1686964f3cc0e5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 10 May 2018 13:59:28 +0200 Subject: Configure sxiv colors --- gui/apps/file.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gui/apps/file.nix') diff --git a/gui/apps/file.nix b/gui/apps/file.nix index d366621..80a84b3 100644 --- a/gui/apps/file.nix +++ b/gui/apps/file.nix @@ -2,7 +2,9 @@ { home = { - packages = with pkgs; [ + packages = let + custom-sxiv = import ./sxiv.nix pkgs; + in with pkgs; [ # browser pcmanfm # automounting @@ -11,7 +13,7 @@ veracrypt # viewers evince - sxiv + custom-sxiv mpv libreoffice ]; -- cgit v1.2.3