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/conf/conf.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hm/conf/conf.nix (limited to 'hm/conf/conf.nix') diff --git a/hm/conf/conf.nix b/hm/conf/conf.nix new file mode 100644 index 0000000..c05c5c3 --- /dev/null +++ b/hm/conf/conf.nix @@ -0,0 +1,9 @@ +{ ... }: +{ + imports = [ + ./clip.nix + ./git.nix + ./ssh.nix + ./xdg-dirs.nix + ]; +} -- cgit v1.3