mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Added bash so that direnv works and added extensions to vscode.
This commit is contained in:
parent
6a5b023577
commit
49d4fde79b
2 changed files with 5 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
bash.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@
|
|||
extensions = with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
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 = {
|
||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue