diff options
author | s <lol> | 2025-02-21 17:28:53 +0700 |
---|---|---|
committer | s <lol> | 2025-02-21 17:28:53 +0700 |
commit | c758310626204f21fcddda5334e79d645b2dca2e (patch) | |
tree | 1a68ef41860b79f6566f61065be465f7afa7386a /hosts/editors.nix | |
parent | 7758e10d8fe1095ee77643f7248d94ed4235834b (diff) |
m
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r-- | hosts/editors.nix | 4 |
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 ]; } |