Vscode: add the nix-ide extension from nix-vscode-extensions
This commit is contained in:
parent
ff7cffe256
commit
c1756aff12
3 changed files with 80 additions and 2 deletions
|
|
@ -5,7 +5,8 @@ let inputs = flakeSelf.inputs; in
|
|||
home-manager.users.toast.programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = [
|
||||
extensions = with inputs.vscode-extensions.extensions.x86_64-linux.open-vsx; [
|
||||
jnoortheen.nix-ide
|
||||
pkgs.catppuccin-vsc
|
||||
];
|
||||
userSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue