From 8a1101887ab543a1ab7dbf098ce37bddd8d264fe Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 6 Jun 2025 20:05:32 +0200 Subject: [PATCH] feat(desktop): replace chromium with qutebrowser. --- 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 4e893b6..3ee56b5 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -398,7 +398,7 @@ in { "$mod SHIFT, L, exec, hyprlock --immediate" - "$mod, B, exec, chromium" + "$mod, B, exec, qutebrowser" "$mod SHIFT, B, exec, librewolf" "$mod, G, exec, ${hyprgamemode}/bin/gamemode"