From 8c329bb219d2d3326b79db0741c29581c32956fc Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 16 Apr 2022 15:10:46 +0200 Subject: guix-config: Install gst-plugins * guix-config/home-configuration.scm (home-environment)[packages]: Add "gst-plugins-bad", "gst-plugins-base", "gst-plugins-good" and "gst-plugins-ugly". --- home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-configuration.scm b/home-configuration.scm index 4605e52..796a7c5 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -15,7 +15,7 @@ (packages (map (compose list specification->package+output) - (list "dconf-editor" "evolution" "font-google-noto" "git" "git-lfs" "gnome-shell-extensions" "gnome-tweaks" "pwgen" "seahorse" "trezor-agent"))) + (list "dconf-editor" "evolution" "font-google-noto" "git" "git-lfs" "gnome-shell-extensions" "gnome-tweaks" "gst-plugins-bad" "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly" "pwgen" "seahorse" "trezor-agent"))) (services (list -- cgit v1.2.3