summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
authorpolwex <code@yago.one>2025-02-21 10:30:15 +0000
committerpolwex <code@yago.one>2025-02-21 10:30:15 +0000
commit266bcb770323b5d461347fbdc83e43296cb18d34 (patch)
tree1a68ef41860b79f6566f61065be465f7afa7386a /hosts/editors.nix
parentc0be55eb72fdad38de6e1c72a52b1500216c3043 (diff)
parentc758310626204f21fcddda5334e79d645b2dca2e (diff)
Merge pull request 'mac2' (#3) from mac2 into master
Reviewed-on: https://git.sortug.com/polwex/nixconf/pulls/3
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r--hosts/editors.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix
index b3e6e69..241ea57 100644
--- a/hosts/editors.nix
+++ b/hosts/editors.nix
@@ -7,8 +7,8 @@
environment.variables.F = "hx";
environment.systemPackages = [
pkgs.neovim
- inputs.helix.packages.${pkgs.system}.helix
+ #inputs.helix.packages.${pkgs.system}.helix
pkgs.nodePackages.prettier
- # pkgs.helix
+ pkgs.helix
];
}