about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/linux-dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/includes/linux-dev.nix')
-rw-r--r--nix-conf/home/includes/linux-dev.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix-conf/home/includes/linux-dev.nix b/nix-conf/home/includes/linux-dev.nix
index cfd3760..add0c56 100644
--- a/nix-conf/home/includes/linux-dev.nix
+++ b/nix-conf/home/includes/linux-dev.nix
@@ -12,11 +12,10 @@
 
   home.packages = with pkgs; [
     libtree
-    mpv
     mu
     pinentry
     protonvpn-cli
-    youtube-dl
+    yt-dlp
   ];
 
 }