From b4f541fa176dc3f56257f9445782a90859ac53ac Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 11 Jan 2025 20:46:58 -0800 Subject: [PATCH] feat(home): Switch browser to Floorp --- modules/home/wayland/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/wayland/hyprland/default.nix b/modules/home/wayland/hyprland/default.nix index 9d78534..30d4785 100644 --- a/modules/home/wayland/hyprland/default.nix +++ b/modules/home/wayland/hyprland/default.nix @@ -92,6 +92,8 @@ in { # TODO: Set this in a default apps module. "$terminal" = lib.getExe inputs.wezterm.packages."${system}".default; "$launcher" = "${lib.getExe pkgs.wofi} --show drun"; + # TODO: Set this in a default apps module. + "$browser" = "${lib.getExe pkgs.floorp}"; exec-once = let browserWs =