From 61b36c54346d9eb893cce10837b211ee3e0987e8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 5 Apr 2021 01:35:33 +0000 Subject: [PATCH] machines: aramis: home: enable zathura --- machines/aramis/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/aramis/home.nix b/machines/aramis/home.nix index 06218d7..5c12451 100644 --- a/machines/aramis/home.nix +++ b/machines/aramis/home.nix @@ -7,6 +7,8 @@ wm.windowManager = "i3"; # Keyboard settings x.enable = true; + # Zathura document viewer + zathura.enable = true; }; # Enable the X11 windowing system.