aboutsummaryrefslogtreecommitdiff
path: root/gui/apps/file.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-05-10 13:59:28 +0200
committerAdrian Kummerlaender2018-05-10 13:59:28 +0200
commit72c4fd4fe46586cf0bc52e868a1686964f3cc0e5 (patch)
treec7379d8ce49fed25da6ec26ac624ea22f8f4c453 /gui/apps/file.nix
parentfd8cdce010e00fa2f19f9c0845a068d5f4873718 (diff)
downloadnixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.gz
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.bz2
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.lz
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.xz
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.zst
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.zip
Configure sxiv colors
Diffstat (limited to 'gui/apps/file.nix')
-rw-r--r--gui/apps/file.nix6
1 files changed, 4 insertions, 2 deletions
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
];