package-lists: Move laptop-specific packages to a dedicated profile.

master
Pierre Neidhardt 2019-10-21 12:11:57 +02:00
parent dc44037ee0
commit 3ce042baeb
2 changed files with 22 additions and 20 deletions

View File

@ -1,9 +1,7 @@
;; commit: dd2a83270bccb539439b2fc831d0db04e5276f11
(specifications->manifest
'("acpi"
"adwaita-icon-theme"
'("adwaita-icon-theme"
"aegisub"
"aircrack-ng"
"alsa-utils"
"antiword"
"arandr"
@ -22,7 +20,6 @@
"clyrics"
"compsize"
"conky"
"cryptsetup"
"curl"
"d-feet"
"demlo"
@ -55,16 +52,16 @@
"go-ipfs"
"graphviz"
"grep"
"gst-libav"
"gst-libav" ; For HTML videos.
"gst-plugins-bad"
"gst-plugins-base"
"gst-plugins-good"
"gst-plugins-ugly"
"gtypist"
"guile"
"guile-charting"
"guile-readline"
"guile:debug"
"guile-charting" ; For Guix graphs.
;; "guile-readline" ;TODO: Needed?
;; "guile:debug" ;TODO: Needed?
"htop"
"icecat"
"imagemagick"
@ -73,9 +70,8 @@
"inxi"
"isync"
"jami"
"libextractor"
"libfixposix"
"libjpeg-turbo"
;; "libextractor" ;TODO: Needed?
;; "libjpeg-turbo" ;TODO: Needed?
"light"
"lsof"
"lzip"
@ -100,15 +96,14 @@
"patchelf"
"pavucontrol"
"perl-image-exiftool"
"pkg-config"
"pkg-config" ;Needed to export PKG_CONFIG_PATH.
"plzip"
"poppler"
"powertop"
"privoxy"
"pulseaudio"
"pwgen"
;; "pwgen" ;TODO: Needed?
"rclone"
"recutils"
"recutils" ;Useful for Guix selections on searches.
"redshift"
"rmlint"
"rsync"
@ -135,7 +130,6 @@
"unrtf"
"unshield"
"unzip"
"v4l-utils"
"wget"
"wine-staging"
"wine64-staging"
@ -143,17 +137,16 @@
"woof"
"wordnet"
"wv"
"xbacklight"
"xbindkeys"
"xcape"
"xclip"
;; "xclip" ;TODO: Needed?
"xdg-user-dirs"
"xdg-utils"
"xdotool"
"xdpyinfo"
"xev"
"xinit"
"xkbcomp"
;; "xinit" ;TODO: Needed?
;; "xkbcomp" ;TODO: Needed?
"xkill"
"xosd"
"xprop"

View File

@ -0,0 +1,9 @@
;; commit: dd2a83270bccb539439b2fc831d0db04e5276f11
(specifications->manifest
'("acpi"
"aircrack-ng"
"bluez"
"cryptsetup"
"powertop"
"v4l-utils"
"xbacklight"))