From ed27505556c5d35b7013eba813772f1dc59543ef Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Sun, 14 May 2023 17:52:51 +0800 Subject: [PATCH] feat: add TODO --- home/programs/browsers.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/home/programs/browsers.nix b/home/programs/browsers.nix index 17340f2c..dfa60564 100644 --- a/home/programs/browsers.nix +++ b/home/programs/browsers.nix @@ -10,13 +10,12 @@ }; in { home.packages = with pkgs-stable; [ - firefox-wayland + firefox-wayland # firefox with wayland support # 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 ]; + + # TODO vscode & chrome both have wayland support, but they don't work with fcitx5, need to fix it. programs = { # source code: https://github.com/nix-community/home-manager/blob/master/modules/programs/chromium.nix @@ -52,9 +51,5 @@ # let vscode sync and update its configuration & extensions across devices, using github account. # userSettings = {}; }; - - - # https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/web-apps/code-server.nix - }; }