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.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/hm/soft/soft.nix b/hm/soft/soft.nix
index eb975ea..191ada7 100644
--- a/hm/soft/soft.nix
+++ b/hm/soft/soft.nix
@@ -1,15 +1,19 @@
{ ... }:
{
imports = [
- ./awww.nix
+ ./browser.nix
./easyeffects.nix
- ./fuzzel.nix
- ./gaming.nix
+ ./email.nix
+ ./kdeconnect.nix
+ ./kdenlive.nix
+ ./mangohud.nix
./media.nix
./nixcord.nix
- ./satty.nix
+ ./obs.nix
+ ./obsidian.nix
+ ./onlyoffice.nix
./spicetify.nix
- ./swayidle.nix
- ./swaylock.nix
+ ./torrent.nix
+ ./vpn.nix
];
}