From 4b3340a11d48e61814ef61312afdbdeb8aa98341 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Oct 2025 20:35:56 +0200 Subject: [PATCH 1/2] feat(flatpak): remove zen from flatpak --- modules/linux/home-manager/flatpak.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/linux/home-manager/flatpak.nix b/modules/linux/home-manager/flatpak.nix index ce25dbf..6df7c76 100644 --- a/modules/linux/home-manager/flatpak.nix +++ b/modules/linux/home-manager/flatpak.nix @@ -14,7 +14,6 @@ "com.usebottles.bottles" "com.github.tchx84.Flatseal" "cafe.avery.Delfin" - "app.zen_browser.zen" "com.valvesoftware.Steam.Utility.MangoHud" ]; From 3e6c61839389fd5589a7163053376924a7335f77 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 16 Oct 2025 20:36:04 +0200 Subject: [PATCH 2/2] feat(hyprland): use regular zen --- modules/linux/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 2c1f30f..8980267 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -238,7 +238,7 @@ in { "$mod SHIFT, L, exec, hyprlock --immediate" - "$mod, B, exec, app.zen_browser.zen" + "$mod, B, exec, zen" "$mod SHIFT, B, exec, librewolf" "$mod, G, exec, ${hyprgamemode}/bin/gamemode"