Disable some rarely used packages

Keep them commented out, to easily find the package name for ad hoc
installation.
This commit is contained in:
Daniel Siepmann 2023-07-31 09:22:06 +02:00
parent 75cee8d084
commit 82c9e9579b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -33,8 +33,10 @@ with pkgs; [
silver-searcher silver-searcher
curl curl
wget wget
kcachegrind # Can be installed ad-hock, I don't need it that often.
geckodriver # kcachegrind
# Should be part of shell.nix for corresponding projects
# geckodriver
podman-compose podman-compose
# Dependencies of podman-compose # Dependencies of podman-compose
@ -56,11 +58,14 @@ with pkgs; [
# Media # Media
vlc vlc
gtkpod gtkpod
handbrake feh
# Typical download looks like: yt-dlp -S 'res:700,ext:mp4' <url> # I don't need it that often, can install ad-hoc
yt-dlp # handbrake
# python311Packages.mutagen
# spotdl # spotdl
# tenacity # tenacity
# Typical download looks like: yt-dlp -S 'res:700,ext:mp4' <url>
yt-dlp
# Start Google Chrome: NIXPKGS_ALLOW_UNFREE=1 nix-shell -p google-chrome --run google-chrome-stable # Start Google Chrome: NIXPKGS_ALLOW_UNFREE=1 nix-shell -p google-chrome --run google-chrome-stable
ffmpeg-full # full in order to grab x11 ffmpeg-full # full in order to grab x11
# Recording system audio while keeping audio quite: # Recording system audio while keeping audio quite:
@ -70,8 +75,6 @@ with pkgs; [
# ffmpeg -i output.mp3 -c copy -map 0 -segment_time 00:15:00 -f segment output%03d.mp3 # ffmpeg -i output.mp3 -c copy -map 0 -segment_time 00:15:00 -f segment output%03d.mp3
# Record audio and video on ubuntu: ffmpeg -f pulse -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor -f x11grab -y -framerate 30 -s 1280x720 -i :0.0 -c:v libx264 -preset superfast -crf 18 output.mkv # Record audio and video on ubuntu: ffmpeg -f pulse -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor -f x11grab -y -framerate 30 -s 1280x720 -i :0.0 -c:v libx264 -preset superfast -crf 18 output.mkv
# Find list of audio on ubuntu: pactl list | grep -A2 'Source #' | grep 'Name: ' # Find list of audio on ubuntu: pactl list | grep -A2 'Source #' | grep 'Name: '
python311Packages.mutagen
feh
gtk-engine-murrine gtk-engine-murrine
] ++ (if ownLib.onHikari {} then [ ] ++ (if ownLib.onHikari {} then [