From e05f4bec8f2d2f0ab342641f7d1edfb728fd7956 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Sun, 14 May 2023 17:21:13 +0800 Subject: [PATCH] feat: replace vscode by code-server temporarily --- home/programs/browsers.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {