From f199c178a958950e94051d1e5c46ad079e55adc8 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Wed, 14 May 2025 00:38:15 +0300 Subject: [PATCH] feat(system): add metadata info utils, file and libextractor, to common --- system/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/common.nix b/system/common.nix index 50fae59..6a37940 100644 --- a/system/common.nix +++ b/system/common.nix @@ -90,6 +90,8 @@ in # Packages environment.systemPackages = with pkgs; [ alsa-utils + libextractor + file ];