diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-02 08:46:14 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-02 08:46:14 +0100 |
commit | ae4a317acfb840b148956c0665bfbec73e518bec (patch) | |
tree | 93e7448c20fbc90c7f12aef16c4fe97930a9d422 /nix-conf/home/includes | |
parent | 8868d632656661a12a3ff7cdc4f955544ade0da1 (diff) | |
download | dotfiles-ae4a317acfb840b148956c0665bfbec73e518bec.tar.gz |
Remove mpv duplicates
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/darwin.nix | 1 | ||||
-rw-r--r-- | nix-conf/home/includes/linux-dev.nix | 3 | ||||
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/nix-conf/home/includes/darwin.nix b/nix-conf/home/includes/darwin.nix index 3d81678..8bb21ed 100644 --- a/nix-conf/home/includes/darwin.nix +++ b/nix-conf/home/includes/darwin.nix @@ -42,7 +42,6 @@ in mpdscribble mpc-cli mpd - mpv ncmpcpp nix # on darwin we are not using nixos (duh) nodejs 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 ]; } diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 12164b4..c2630cc 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -12,6 +12,7 @@ neomutt pinentry restic + yt-dlp ]; services.gpg-agent = { |