diff options
Diffstat (limited to 'modules/zathura.nix')
| -rw-r--r-- | modules/zathura.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/zathura.nix b/modules/zathura.nix index aa2cfad..c5327e8 100644 --- a/modules/zathura.nix +++ b/modules/zathura.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.modules.zathura; scheme = config.modules.scheme; |