diff options
author | polwex <polwex@sortug.com> | 2025-05-08 20:14:37 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-08 20:14:37 +0700 |
commit | 3efdd55d5cc2e784c6934e9d133f16844c324aad (patch) | |
tree | b901eda1a717f183eeeca297b54312e68a07e1c9 /hosts/editors.nix | |
parent | 6dcb4af2623174c4c52202c7ea064f40a35091ed (diff) |
m
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r-- | hosts/editors.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix index 241ea57..78d0fdd 100644 --- a/hosts/editors.nix +++ b/hosts/editors.nix @@ -5,10 +5,14 @@ }: { environment.variables.EDITOR = "hx"; environment.variables.F = "hx"; - environment.systemPackages = [ - pkgs.neovim + environment.systemPackages = with pkgs; [ + neovim #inputs.helix.packages.${pkgs.system}.helix - pkgs.nodePackages.prettier - pkgs.helix + nodePackages.prettier + helix + vscode-langservers-extracted + nil + alejandra + superhtml ]; } |