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/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/hm/default.nix (limited to 'modules/hm/default.nix') diff --git a/modules/hm/default.nix b/modules/hm/default.nix new file mode 100644 index 0000000..d388717 --- /dev/null +++ b/modules/hm/default.nix @@ -0,0 +1,12 @@ +{ ... }: +{ + imports = [ + ./editors/default.nix + ./programs/default.nix + ./terminal/default.nix + ./wayland/default.nix + + ./git.nix + ./xdg.nix + ]; +} -- cgit v1.3