add ffmpeg back to gp3

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-07 22:46:22 -05:00
parent 0af2e899a5
commit 427b02b780
2 changed files with 43 additions and 23 deletions

View file

@ -18,6 +18,8 @@
environment.systemPackages = with pkgs; [
# [Laptop] Battery status
acpi
# for kvm video playback
ffmpeg
];
environment.shellAliases = {
battery = "acpi";