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/soft/soft.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hm/soft/soft.nix (limited to 'hm/soft/soft.nix') 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 + ]; +} -- cgit v1.3