From 09d2b63367e6ad962ebf8139c688f0a5a23e4762 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 17 May 2022 19:31:11 +1000 Subject: [PATCH] mpv: switched from mplayer --- hosts/dionach.nix | 1 - profiles/desktop-feeds.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/dionach.nix b/hosts/dionach.nix index 6fc7feb..a0a1c92 100644 --- a/hosts/dionach.nix +++ b/hosts/dionach.nix @@ -103,7 +103,6 @@ mkpasswd mp3info # MP3 tag editor / query tool mpd - mplayer mtpfs multimc ncmpcpp diff --git a/profiles/desktop-feeds.nix b/profiles/desktop-feeds.nix index 38a7f88..f35fbeb 100644 --- a/profiles/desktop-feeds.nix +++ b/profiles/desktop-feeds.nix @@ -10,7 +10,7 @@ systemPackages = with pkgs; [ #feedreader # desktop RSS reader, compatible with Tiny Tiny RSS #vocal # The podcast client for the modern free desktop - gnome_mplayer # Gnome MPlayer, a simple GUI for MPlayer + mpv # General-purpose media player gpodder # A podcatcher written in python ]; };