From 9a9b8321b9815d7609264c21bf534477358fc0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sun, 17 May 2026 10:00:31 +0200 Subject: [PATCH] Add media utils (sxiv and ffmpeg as regularly used --- system-environment/media.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system-environment/media.nix b/system-environment/media.nix index 4699eb3..bb4cf08 100644 --- a/system-environment/media.nix +++ b/system-environment/media.nix @@ -8,5 +8,7 @@ totem w3m epr + ffmpeg + sxiv ]; }