about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/linux-dev.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-07-02 08:46:14 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-07-02 08:46:14 +0100
commitae4a317acfb840b148956c0665bfbec73e518bec (patch)
tree93e7448c20fbc90c7f12aef16c4fe97930a9d422 /nix-conf/home/includes/linux-dev.nix
parent8868d632656661a12a3ff7cdc4f955544ade0da1 (diff)
downloaddotfiles-ae4a317acfb840b148956c0665bfbec73e518bec.tar.gz
Remove mpv duplicates
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
   ];
 
 }