diff options
Diffstat (limited to 'modules/hm/sils/zathura.nix')
| -rw-r--r-- | modules/hm/sils/zathura.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/hm/sils/zathura.nix b/modules/hm/sils/zathura.nix deleted file mode 100644 index 22529a3..0000000 --- a/modules/hm/sils/zathura.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.sils.zathura; -in { - options.sils.zathura.enable = lib.mkEnableOption "zathura"; - config = lib.mkIf cfg.enable { - programs.zathura = { - enable = true; - }; - }; -} |
