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