From db62db6d812ccb96ef1f7a68957dd95ec273504c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 26 Mar 2024 16:09:25 +0530 Subject: home-manager: gui -> wayland --- home-manager/gui/modules/zathura.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 home-manager/gui/modules/zathura.nix (limited to 'home-manager/gui/modules/zathura.nix') diff --git a/home-manager/gui/modules/zathura.nix b/home-manager/gui/modules/zathura.nix deleted file mode 100644 index f7b7e4d..0000000 --- a/home-manager/gui/modules/zathura.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ ... }: { - programs.zathura = { - enable = true; - - mappings = { - "f" = "toggle_fullscreen"; - "[fullscreen] f" = "toggle_fullscreen"; - }; - options = { - "font" = "Sans"; - "statusbar-basename" = true; - "selection-clipboard" = "clipboard"; - }; - }; -} -- cgit v1.2.3