From dbc77f075bb5328456d35dc38377612ec3857765 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 15 May 2020 18:55:03 +0200 Subject: [PATCH] package-lists/guix-casual-manifest: Init. --- .package-lists/guix-casual-manifest.scm | 65 +++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .package-lists/guix-casual-manifest.scm diff --git a/.package-lists/guix-casual-manifest.scm b/.package-lists/guix-casual-manifest.scm new file mode 100644 index 00000000..ba683e81 --- /dev/null +++ b/.package-lists/guix-casual-manifest.scm @@ -0,0 +1,65 @@ +(specifications->manifest + '("emacs" + "ffmpeg" + "file" + "font-dejavu" ; Needed? + "gawk" + "ghostscript" + "gifsicle" + "gimp" + "git" + "gnupg" + "go-ipfs" + "graphviz" + "grep" + "gst-libav" ; For HTML videos. If installed to another profile, make sure to clear ~/.cache/gstreamer-1.0. + "gst-plugins-bad" + "gst-plugins-base" + "gst-plugins-good" + "gst-plugins-ugly" + "gtypist" + "icecat" + "imagemagick" + "info-reader" ; Needed so that INFO_PATH is set. + "inkscape" + ;; "jami" ; TODO: Too broken for now (Feb 2020), re-enable once it works. + "keepassxc" + "libreoffice" + "lsof" + "lzip" + "man-db" ; Needed so that MANPATH is set. + "man-pages" + "mcron" + "mediainfo" + "mesa-utils" + "mlocate" + "mpv" + "optipng" + "p7zip" + "perl-image-exiftool" + "pkg-config" ;Needed to export PKG_CONFIG_PATH. + "plzip" + "poppler" + "pulseaudio" + "rclone" + "redshift" + "rsync" + "speedtest-cli" + "subdl" + "torsocks" + "translate-shell" + "transmission:gui" + "trash-cli" + "tree" + "udiskie" + "ungoogled-chromium" + "units" + "unrar" + "unzip" + "vlc" + "wget" + "woof" + "wordnet" + "xcape" + "youtube-dl" + "zip"))