mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add svelte vscode extension
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user