summaryrefslogtreecommitdiff
path: root/modules/hm/programs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hm/programs/default.nix')
-rw-r--r--modules/hm/programs/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/hm/programs/default.nix b/modules/hm/programs/default.nix
new file mode 100644
index 0000000..df6fb8b
--- /dev/null
+++ b/modules/hm/programs/default.nix
@@ -0,0 +1,9 @@
+{ ... }:
+{
+ imports = [
+ ./nixcord.nix
+ ./satty.nix
+ ./spicetify.nix
+ ./yazi.nix
+ ];
+}