feat(home): Switch browser to Floorp

This commit is contained in:
punkfairie 2025-01-11 20:46:58 -08:00
parent 056ddf2183
commit b4f541fa17
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -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 =