From f5518dd5fb56d0be77016ae2e1d40a8a460d9803 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 25 Nov 2024 19:15:06 +0700 Subject: [PATCH] zen-browser: now default browser --- home/modules/hyprland/hyprland.nix | 2 +- profiles/fort.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/hyprland/hyprland.nix b/home/modules/hyprland/hyprland.nix index 944a0dd..f398df6 100644 --- a/home/modules/hyprland/hyprland.nix +++ b/home/modules/hyprland/hyprland.nix @@ -75,7 +75,7 @@ in # Programs ''$mod, RETURN, exec, footclient'' "$mod, E, exec, nautilus" - "$mod, B, exec, microsoft-edge" + "$mod, B, exec, zen" "$mod, BackSpace, exec, wlogout" "$mod, S, exec, foot ssh homeserver@vpn.tigor.web.id" diff --git a/profiles/fort.nix b/profiles/fort.nix index 580a045..9d74f1f 100644 --- a/profiles/fort.nix +++ b/profiles/fort.nix @@ -99,7 +99,7 @@ flatpak = { enable = true; - zen-browser.enable = true; + zen-browser.enable = false; redisinsight.enable = true; };