summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r--hosts/editors.nix1
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
];
}