add vscode and remove helix

enable home-manager for vscode
This commit is contained in:
2024-06-22 07:10:06 +08:00
parent f5dbb17136
commit b5ec595a28
3 changed files with 16 additions and 22 deletions
+1 -12
View File
@@ -6,20 +6,9 @@
programs.home-manager.enable = true;
programs.git = {
enable = true;
userName = "origami";
userEmail = "Origami404@foxmail.com";
};
home.packages = with pkgs;[];
programs.bash = {
programs.vscode = {
enable = true;
enableCompletion = true;
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
'';
};
home.stateVersion = "23.11";