mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Added vscode
This commit is contained in:
@@ -65,6 +65,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
vscode = {
|
||||||
|
enable = true;
|
||||||
|
extensions = with pkgs.vscode-extensions; [
|
||||||
|
astro-build.astro-vscode
|
||||||
|
bbenoist.nix
|
||||||
|
ritwickdey.liveserver
|
||||||
|
];
|
||||||
|
};
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
git = {
|
git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user