School: add typescript settings to helix
This commit is contained in:
parent
7c731dd583
commit
9bbe570dfb
2 changed files with 13 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
./virtualbox.nix
|
./virtualbox.nix
|
||||||
./idea.nix
|
./idea.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
./helix.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
12
roles/school/programs/helix.nix
Normal file
12
roles/school/programs/helix.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home-manager.users.toast = {
|
||||||
|
programs.helix = {
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
nodePackages.typescript-language-server
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue