From 11d05469368ecfe533c7720e7f5b624f2f8f19fc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 7 Mar 2026 22:27:05 +0100 Subject: ... --- hm/soft/sioyek.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hm/soft/sioyek.nix (limited to 'hm/soft/sioyek.nix') diff --git a/hm/soft/sioyek.nix b/hm/soft/sioyek.nix new file mode 100644 index 0000000..6b2650d --- /dev/null +++ b/hm/soft/sioyek.nix @@ -0,0 +1,18 @@ +{ config, lib, ... }: +let + cfg = config.hm.soft.sioyek; +in +{ + options.hm.soft.sioyek.enable = lib.mkEnableOption "enables sioyek pdf reader"; + config = lib.mkIf cfg.enable { + programs.sioyek = { + enable = true; + config = { + + }; + bindings = { + + }; + }; + }; +} -- cgit v1.3