summaryrefslogtreecommitdiff
path: root/hm/shell/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/shell/shell.nix')
-rw-r--r--hm/shell/shell.nix9
1 files changed, 9 insertions, 0 deletions
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
+ ];
+}