From 791bc419b6dac7c70951981ef6b34cdf85828470 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 03:14:45 +0100 Subject: absolutely massive rewrite, made (almost) everything modular with changes to come --- hm/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hm/default.nix (limited to 'hm/default.nix') diff --git a/hm/default.nix b/hm/default.nix new file mode 100644 index 0000000..a8babd7 --- /dev/null +++ b/hm/default.nix @@ -0,0 +1,10 @@ +{ ... }: +{ + imports = [ + ./soft/soft.nix + ./conf/conf.nix + ./env/env.nix + ./editors/editors.nix + ./shell/shell.nix + ]; +} -- cgit v1.3