summaryrefslogtreecommitdiff
path: root/modules/nixos/zathura.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/zathura.nix')
-rw-r--r--modules/nixos/zathura.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/modules/nixos/zathura.nix b/modules/nixos/zathura.nix
index e7d1415..95039a5 100644
--- a/modules/nixos/zathura.nix
+++ b/modules/nixos/zathura.nix
@@ -1,11 +1,9 @@
-{
- config,
- lib,
- ...
-}:
-with lib; let
+{ config, lib, ... }:
+with lib;
+let
cfg = config.nixfiles.modules.zathura;
-in {
+in
+{
config = mkIf cfg.enable {
nixfiles.modules.common.xdg.defaultApplications."org.pwmt.zathura" = [
"application/pdf"