From e60410393cea222b16743a1a87f29c06b9b3543b Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 18 Dec 2025 21:04:00 +0100 Subject: rewrite of system modules, hm modules are next --- modules/hm/editors/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/hm/editors/default.nix (limited to 'modules/hm/editors/default.nix') diff --git a/modules/hm/editors/default.nix b/modules/hm/editors/default.nix new file mode 100644 index 0000000..e990897 --- /dev/null +++ b/modules/hm/editors/default.nix @@ -0,0 +1,8 @@ +{ ... }: +{ + imports = [ + ./nixvim.nix + # ./helix.nix + # ./nvf.nix + ]; +} -- cgit v1.3