aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-04-23 20:37:07 +0200
committerAdrian Kummerlaender2018-04-23 20:37:07 +0200
commitbadeadd8e7f3b0068c37d3695b6367d745329411 (patch)
tree91297bc4f0875b84b9d85912aff6f1a2a8cd3498 /home.nix
parentd9cb7691da869f3b2468487e486e3d26733039d1 (diff)
downloadnixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.tar
nixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.tar.gz
nixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.tar.bz2
nixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.tar.lz
nixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.tar.xz
nixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.tar.zst
nixos_home-badeadd8e7f3b0068c37d3695b6367d745329411.zip
Add zathura configuration
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 6f6fcac..8325fa7 100644
--- a/home.nix
+++ b/home.nix
@@ -130,4 +130,6 @@
enable = true;
enableAdobeFlash = true;
};
+
+ home.file.".config/zathura/zathurarc".text = builtins.readFile ./conf/pwmt/zathurarc;
}