meta: Replace unrar with unrar-wrapper

This commit is contained in:
Donovan Glover 2023-06-24 12:12:57 -04:00
parent 08492ea227
commit 128c6f619d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 4 additions and 6 deletions

View File

@ -40,13 +40,10 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kitty kitty
rar rar
unrar
]; ];
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
builtins.elem (lib.getName pkg) [
"rar" "rar"
"unrar"
]; ];
system.stateVersion = "22.11"; system.stateVersion = "22.11";

View File

@ -26,6 +26,7 @@
p7zip p7zip
rsync rsync
unar unar
unrar-wrapper
genact genact
ffmpeg ffmpeg
killall killall