diff options
author | polwex <polwex@sortug.com> | 2025-07-27 04:40:47 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-27 04:40:47 +0700 |
commit | a61c5db40ee85f98e6f40417c73ef10ca566aa19 (patch) | |
tree | fb40f83a53901077a91ce93552b6d37aaa44392c /hosts/editors.nix | |
parent | 05cdc5aa6b41fa4cefa2e7a13520c8a618f8536c (diff) | |
parent | 9dc29832c4fc17cd93f6eca6c0556277690a0061 (diff) |
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r-- | hosts/editors.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix index 78d0fdd..2128d90 100644 --- a/hosts/editors.nix +++ b/hosts/editors.nix @@ -7,9 +7,10 @@ environment.variables.F = "hx"; environment.systemPackages = with pkgs; [ neovim - #inputs.helix.packages.${pkgs.system}.helix - nodePackages.prettier + # inputs.helix.packages.${pkgs.system}.helix helix + # for json formatting on helix + nodePackages.prettier vscode-langservers-extracted nil alejandra |