aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hm/sils/zathura.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2026-06-23 02:56:12 +0200
committerSilas Schöffel <sils@sils.li>2026-06-23 02:56:12 +0200
commit0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 (patch)
tree978f54918d4cecb5af209f1e0655fc227c6d9987 /modules/hm/sils/zathura.nix
parentuser: rename to jaki (diff)
downloadnix-config-0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1.zip
treewide: rename paths to jaki
Diffstat (limited to 'modules/hm/sils/zathura.nix')
-rw-r--r--modules/hm/sils/zathura.nix14
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;
- };
- };
-}