mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 13:55:07 +02:00
feat: replace vscode by code-server temporarily
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
home.packages = with pkgs-stable; [
|
home.packages = with pkgs-stable; [
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
# firefox
|
# 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 = {
|
programs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user