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;
|
home.file.".emacs.d/init.el".source = ./init.el;
|
||||||
|
@@ -66,9 +66,8 @@
|
|||||||
gifsicle
|
gifsicle
|
||||||
gimp
|
gimp
|
||||||
|
|
||||||
# editors
|
# office
|
||||||
libreoffice
|
libreoffice
|
||||||
vscode
|
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
audio-recorder
|
audio-recorder
|
||||||
|
Reference in New Issue
Block a user