mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 23:07:53 -05:00
Readding my extensions and doing a switch before rebooting.
This commit is contained in:
parent
9465bf0db1
commit
e2cae8dcb4
1 changed files with 8 additions and 0 deletions
|
|
@ -15,6 +15,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
|
catppuccin.catppuccin-vsc
|
||||||
|
ms-vscode-remote.remote-ssh
|
||||||
|
ms-azuretools.vscode-docker
|
||||||
|
dbaeumer.vscode-eslint
|
||||||
|
vue.volar
|
||||||
|
esbenp.prettier-vscode
|
||||||
|
firefox-devtools.vscode-firefox-debug
|
||||||
|
davidanson.vscode-markdownlint
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue