diff --git a/home/programs/browsers.nix b/home/programs/browsers.nix index d832260f..17340f2c 100644 --- a/home/programs/browsers.nix +++ b/home/programs/browsers.nix @@ -12,6 +12,9 @@ home.packages = with pkgs-stable; [ firefox-wayland # firefox + + # use vscode in browser, as vscode's wayland ime support is broken at this time + code-server # useage: just run `code-server` in terminal, then open http://localhost:8080 in browser ]; programs = {