mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
feat: replace vscode by code-server temporarily
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user