summaryrefslogtreecommitdiff
path: root/hm/soft/soft.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-24 16:21:00 +0100
committeradikro <adikro@disroot.org>2025-12-24 16:21:00 +0100
commit6aaa5993e4c1cfb205ed555d958702f9bba1770d (patch)
tree3af8cf20967cf10542edd2e51232b1da70002fde /hm/soft/soft.nix
parent2ceabfd1d1dc03ca895e960048b73a82e29e45e8 (diff)
a bunch of changes, renames sys to os and refactored some of the logic
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
];
}