feat(home): Switch browser to Floorp
This commit is contained in:
parent
056ddf2183
commit
b4f541fa17
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ in {
|
||||||
# TODO: Set this in a default apps module.
|
# TODO: Set this in a default apps module.
|
||||||
"$terminal" = lib.getExe inputs.wezterm.packages."${system}".default;
|
"$terminal" = lib.getExe inputs.wezterm.packages."${system}".default;
|
||||||
"$launcher" = "${lib.getExe pkgs.wofi} --show drun";
|
"$launcher" = "${lib.getExe pkgs.wofi} --show drun";
|
||||||
|
# TODO: Set this in a default apps module.
|
||||||
|
"$browser" = "${lib.getExe pkgs.floorp}";
|
||||||
|
|
||||||
exec-once = let
|
exec-once = let
|
||||||
browserWs =
|
browserWs =
|
||||||
|
|
Loading…
Reference in a new issue