summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-05-17 07:24:14 +0000
committerpolwex <polwex@sortug.com>2025-05-17 07:24:14 +0000
commit9d89a55dff02122ebef9d8c7b388707084bac2fa (patch)
tree015a6a49ddc1f484960e7977e624d1d971a45453 /hosts/editors.nix
parentbb5002c60d57600ecb812720106a88df80d07362 (diff)
parent3efdd55d5cc2e784c6934e9d133f16844c324aad (diff)
Merge branch 'master' of mygit:/polwex/nixconf
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r--hosts/editors.nix12
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
];
}