From 78907aa98c1af8624a62ca123d088c6c16424f41 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 21 Jul 2024 01:09:48 +0700 Subject: init --- hosts/editors.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hosts/editors.nix (limited to 'hosts/editors.nix') diff --git a/hosts/editors.nix b/hosts/editors.nix new file mode 100644 index 0000000..fec5580 --- /dev/null +++ b/hosts/editors.nix @@ -0,0 +1,12 @@ +{ + pkgs, + inputs, + ... +}: { + environment.variables.EDITOR = "hx"; + environment.systemPackages = [ + pkgs.neovim + # inputs.helix.packages.${pkgs.system}.helix + pkgs.helix + ]; +} -- cgit v1.2.3