Add svelte vscode extension

This commit is contained in:
thiloho
2023-04-15 00:28:20 +02:00
parent 9f13cbe745
commit ca45521332

View File

@@ -42,6 +42,10 @@
TERMINAL = "alacritty";
};
fonts.fonts = with pkgs; [
noto-fonts-cjk-sans
];
users.users.thiloho = {
isNormalUser = true;
extraGroups = [ "wheel" ];
@@ -71,6 +75,7 @@
astro-build.astro-vscode
bbenoist.nix
ritwickdey.liveserver
svelte.svelte-vscode
];
};
alacritty.enable = true;