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