diff options
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r-- | hosts/editors.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix index bd2acca..b3e6e69 100644 --- a/hosts/editors.nix +++ b/hosts/editors.nix @@ -8,6 +8,7 @@ environment.systemPackages = [ pkgs.neovim inputs.helix.packages.${pkgs.system}.helix + pkgs.nodePackages.prettier # pkgs.helix ]; } |