mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 07:20:05 -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;
|
enableBashIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
bash.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue