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";
|
TERMINAL = "alacritty";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
noto-fonts-cjk-sans
|
||||||
|
];
|
||||||
|
|
||||||
users.users.thiloho = {
|
users.users.thiloho = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
@@ -71,6 +75,7 @@
|
|||||||
astro-build.astro-vscode
|
astro-build.astro-vscode
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
ritwickdey.liveserver
|
ritwickdey.liveserver
|
||||||
|
svelte.svelte-vscode
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user