Added bash so that direnv works and added extensions to vscode.

This commit is contained in:
Annika Merris 2024-06-02 10:03:07 -04:00
parent 6a5b023577
commit 49d4fde79b
2 changed files with 5 additions and 0 deletions

View file

@ -88,6 +88,7 @@ inputs.nixpkgs.lib.nixosSystem {
enableBashIntegration = true; enableBashIntegration = true;
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
bash.enable = true;
}; };
}; };
} }

View file

@ -16,6 +16,10 @@
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
bbenoist.nix bbenoist.nix
catppuccin.catppuccin-vsc catppuccin.catppuccin-vsc
vscode-marketplace-release.ms-vscode-remote.remote-ssh
vscode-marketplace.ms-azuretools.vscode-docker``
vscode-marketplace.dbaeumer.vscode-eslint
vscode-marketplace.vue.volar
]; ];
userSettings = { userSettings = {
"workbench.colorTheme" = "Catppuccin Mocha"; "workbench.colorTheme" = "Catppuccin Mocha";