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 ];