mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
feat: add TODO
This commit is contained in:
@@ -10,13 +10,12 @@
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
home.packages = with pkgs-stable; [
|
home.packages = with pkgs-stable; [
|
||||||
firefox-wayland
|
firefox-wayland # firefox with wayland support
|
||||||
# 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
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
# TODO vscode & chrome both have wayland support, but they don't work with fcitx5, need to fix it.
|
||||||
programs = {
|
programs = {
|
||||||
|
|
||||||
# source code: https://github.com/nix-community/home-manager/blob/master/modules/programs/chromium.nix
|
# 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.
|
# let vscode sync and update its configuration & extensions across devices, using github account.
|
||||||
# userSettings = {};
|
# userSettings = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/web-apps/code-server.nix
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user