aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop/options.nix')
-rw-r--r--modules/desktop/options.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/desktop/options.nix b/modules/desktop/options.nix
index 9a60ff6..1837f8b 100644
--- a/modules/desktop/options.nix
+++ b/modules/desktop/options.nix
@@ -102,10 +102,16 @@ in {
type = types.enum ["none" "catppuccin" "adwaita"];
default = config.collinux.theme;
};
+ extensions.zotero.enable = mkOption {
+ description = "install Zotero Connector for Firefox";
+ default = config.collinux.desktop.programs.research.enable;
+ };
};
foot.enable = mkEnableOption "foot";
blackbox.enable = mkEnableOption "blackbox";
+
+ research.enable = mkEnableOption "zathura, Xournal++, Zotero, Zotero Connector";
};
};
};