From 98e1eb47a76c3ce4462025a4dc0ceccbe5a597ba Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 Dec 2022 20:58:51 -0300 Subject: etc/guix/home.scm: Remove mpv in favor of VLC --- etc/guix/home.scm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 68513f6..fc055fd 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -163,11 +163,6 @@ (define texinfo-with-options (with-options texinfo "info" "--init-file \"$XDG_CONFIG_HOME\"/info/infokey")) -(define mpv-with-options - (with-options mpv "mpv" (string-append "--script=" - (getenv "HOME") - "/.guix-home/profile/lib/mpris.so"))) - (define (xdg-config-home s) (string-append (getenv "XDG_CONFIG_HOME") "/" s)) @@ -535,7 +530,6 @@ mcabber profanity newsboat - mpv-mpris vlc hicolor-icon-theme @@ -565,7 +559,6 @@ wget-with-options tmux-with-options texinfo-with-options - mpv-with-options hunspell-iconv gpodder-xdg (hunspell-dictionary-utf8 "en") -- cgit v1.2.3