From 7e172c3b3596aa8f16e7e94802e1dda78e812bf6 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 17 Feb 2025 16:48:59 -0600 Subject: [PATCH] browser: switch to zen Signed-off-by: Myned --- options/custom/default.nix | 5 ++--- options/custom/programs/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) 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;