mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add vscode through home-manager
This commit is contained in:
@@ -378,6 +378,11 @@ in {
|
||||
]);
|
||||
};
|
||||
|
||||
vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [ ms-vsliveshare.vsliveshare ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
home.file.".emacs.d/init.el".source = ./init.el;
|
||||
|
@@ -66,9 +66,8 @@
|
||||
gifsicle
|
||||
gimp
|
||||
|
||||
# editors
|
||||
# office
|
||||
libreoffice
|
||||
vscode
|
||||
|
||||
# audio
|
||||
audio-recorder
|
||||
|
Reference in New Issue
Block a user