From b8e7bb4a005463de25c003062c0b738698541061 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 29 May 2024 09:32:28 +0200 Subject: [PATCH] Add chromium It is installed anyway for some chats. I now install it as a package itself, so I can start it standalone for some web apps. --- home/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/packages.nix b/home/packages.nix index 1d46dd2..e437809 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -71,6 +71,8 @@ with pkgs; [ # 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: ' + chromium + unzip gtk-engine-murrine