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.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soft/soft.nix b/hm/soft/soft.nix
index 191ada7..bb5018a 100644
--- a/hm/soft/soft.nix
+++ b/hm/soft/soft.nix
@@ -2,12 +2,12 @@
{
imports = [
./browser.nix
- ./easyeffects.nix
./email.nix
./kdeconnect.nix
./kdenlive.nix
./mangohud.nix
./media.nix
+ ./mpv.nix
./nixcord.nix
./obs.nix
./obsidian.nix
@@ -15,5 +15,6 @@
./spicetify.nix
./torrent.nix
./vpn.nix
+ ./yt-dlp.nix
];
}