diff --git a/options/custom/default.nix b/options/custom/default.nix index 6455091..a76bfbf 100644 --- a/options/custom/default.nix +++ b/options/custom/default.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, ... }: with lib; let @@ -49,8 +48,8 @@ in { browser = { # TODO: Use lib.getExe' instead of /bin/ where possible - command = mkOption {default = getExe hm.programs.librewolf.finalPackage;}; - desktop = mkOption {default = "librewolf.desktop";}; + command = mkOption {default = getExe hm.programs.zen-browser.finalPackage;}; + desktop = mkOption {default = "zen.desktop";}; }; }; } diff --git a/options/custom/programs/default.nix b/options/custom/programs/default.nix index 2ceaf4c..ec45158 100644 --- a/options/custom/programs/default.nix +++ b/options/custom/programs/default.nix @@ -39,7 +39,7 @@ with lib; { #// gnome-terminal.enable = true; #// kdeconnect.enable = true; kitty.enable = true; - librewolf.enable = true; + #// librewolf.enable = true; nautilus.enable = true; nvtop.enable = true; wezterm.enable = true; @@ -47,7 +47,7 @@ with lib; { }) (mkIf config.custom.full { - _1password.enable = true; + #// _1password.enable = true; adb.enable = true; #// ags.enable = true; #// bitwarden-menu.enable = true;