forked from extern/nix-config
meta: Use unrar instead of unrar-wrapper
Unfortunately, some functionality appears to only be available with unrar.
This commit is contained in:
parent
74ff0bf3cb
commit
51795a8829
@ -40,10 +40,12 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty
|
||||
rar
|
||||
unrar
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"rar"
|
||||
"unrar"
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
@ -25,7 +25,6 @@
|
||||
p7zip
|
||||
rsync
|
||||
unar
|
||||
unrar-wrapper
|
||||
genact
|
||||
ffmpeg
|
||||
killall
|
||||
|
Loading…
Reference in New Issue
Block a user