From 82c9e9579b87903f4fb9cc26836bb08da9653ae3 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 31 Jul 2023 09:22:06 +0200 Subject: [PATCH] Disable some rarely used packages Keep them commented out, to easily find the package name for ad hoc installation. --- home/packages.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/home/packages.nix b/home/packages.nix index 347a283..d08033d 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -33,8 +33,10 @@ with pkgs; [ silver-searcher curl wget - kcachegrind - geckodriver + # Can be installed ad-hock, I don't need it that often. + # kcachegrind + # Should be part of shell.nix for corresponding projects + # geckodriver podman-compose # Dependencies of podman-compose @@ -56,11 +58,14 @@ with pkgs; [ # Media vlc gtkpod - handbrake - # Typical download looks like: yt-dlp -S 'res:700,ext:mp4' - yt-dlp + feh + # I don't need it that often, can install ad-hoc + # handbrake + # python311Packages.mutagen # spotdl # tenacity + # Typical download looks like: yt-dlp -S 'res:700,ext:mp4' + yt-dlp # Start Google Chrome: NIXPKGS_ALLOW_UNFREE=1 nix-shell -p google-chrome --run google-chrome-stable ffmpeg-full # full in order to grab x11 # 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 # 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: ' - python311Packages.mutagen - feh gtk-engine-murrine ] ++ (if ownLib.onHikari {} then [