From 3fc51de5171feb362b8373273c3e82de2a70e076 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Apr 2024 21:23:53 +0530 Subject: home: home-manager -> home --- home/wayland/modules/zathura.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 home/wayland/modules/zathura.nix (limited to 'home/wayland/modules/zathura.nix') diff --git a/home/wayland/modules/zathura.nix b/home/wayland/modules/zathura.nix new file mode 100644 index 0000000..6751f32 --- /dev/null +++ b/home/wayland/modules/zathura.nix @@ -0,0 +1,15 @@ +{ lib, ... }: { + programs.zathura = { + enable = true; + + mappings = { + "f" = "toggle_fullscreen"; + "[fullscreen] f" = "toggle_fullscreen"; + }; + options = { + font = lib.mkDefault "Sans"; + statusbar-basename = true; + selection-clipboard = "clipboard"; + }; + }; +} -- cgit v1.2.3