summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-02-21 15:57:54 +0700
committerpolwex <polwex@sortug.com>2025-02-21 15:57:54 +0700
commit59ab4467b69f3ba455ef23163cfc4543338d8a41 (patch)
treec053679bb21a023e115a0ab5f96d7926bd05d3c2 /hosts/editors.nix
parent0e69d956f5fc20546d0a96a3891d6dd29942468b (diff)
m
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
];
}