diff options
author | EuAndreh <eu@euandre.org> | 2022-12-01 20:58:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-01 20:58:51 -0300 |
commit | 98e1eb47a76c3ce4462025a4dc0ceccbe5a597ba (patch) | |
tree | 12fb6666ccc2467897afce47557ebe0525d35fc3 | |
parent | bin/{gc,upgrade}: Fix path to store password (diff) | |
download | dotfiles-98e1eb47a76c3ce4462025a4dc0ceccbe5a597ba.tar.gz dotfiles-98e1eb47a76c3ce4462025a4dc0ceccbe5a597ba.tar.xz |
etc/guix/home.scm: Remove mpv in favor of VLC
-rw-r--r-- | etc/guix/home.scm | 7 |
1 files changed, 0 insertions, 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") |