aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-22 10:23:58 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-22 10:24:06 -0500
commit35af4bab99da94845ebd6e9b2efae6a544d39b35 (patch)
tree47c6f76b47f1012932729c9f693316df1512197a /modules/desktop/options.nix
parent2e0c6ccbbc76cc36e92128aea44e4bdd4e5c3d0a (diff)
LOTS OF TEMP STUFF
Diffstat (limited to 'modules/desktop/options.nix')
-rw-r--r--modules/desktop/options.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/modules/desktop/options.nix b/modules/desktop/options.nix
index 3e20643..9a601fe 100644
--- a/modules/desktop/options.nix
+++ b/modules/desktop/options.nix
@@ -133,16 +133,8 @@ in {
programs = {
firefox = {
enable = mkEnableOption "firefox";
- profileName = mkOption {
- type = types.str;
- default = config.collinux.user.name;
- internal = true;
- };
theme = mkThemeOption "firefox";
- extensions.zotero.enable = mkOption {
- description = "install Zotero Connector for Firefox";
- default = config.collinux.desktop.programs.research.enable;
- };
+ extensions.foxyproxy.enable = mkEnableOption "install FoxyProxy extension";
};
foot = mkProgramOption "foot";
@@ -150,7 +142,7 @@ in {
ghostty.enable = mkEnableOption "ghostty";
alacritty.enable = mkEnableOption "alacritty";
- research.enable = mkEnableOption "zathura, Xournal++, Zotero";
+ research.enable = mkEnableOption "zathura, Xournal++";
};
};
};