mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add VSCode
This commit is contained in:
@@ -53,6 +53,13 @@
|
||||
helix.enable = true;
|
||||
alacritty.enable = true;
|
||||
firefox.enable = true;
|
||||
vscode = {
|
||||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
astro-build.astro-vscode
|
||||
bbenoist.nix
|
||||
];
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "thiloho";
|
||||
|
||||
Reference in New Issue
Block a user