summaryrefslogtreecommitdiff
path: root/hm/soft/soft.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/soft.nix')
-rw-r--r--hm/soft/soft.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/hm/soft/soft.nix b/hm/soft/soft.nix
new file mode 100644
index 0000000..eb975ea
--- /dev/null
+++ b/hm/soft/soft.nix
@@ -0,0 +1,15 @@
+{ ... }:
+{
+ imports = [
+ ./awww.nix
+ ./easyeffects.nix
+ ./fuzzel.nix
+ ./gaming.nix
+ ./media.nix
+ ./nixcord.nix
+ ./satty.nix
+ ./spicetify.nix
+ ./swayidle.nix
+ ./swaylock.nix
+ ];
+}