mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-21 18:21:31 +02:00
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; [
|
environment.systemPackages = with pkgs; [
|
||||||
kitty
|
kitty
|
||||||
rar
|
rar
|
||||||
|
unrar
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"rar"
|
"rar"
|
||||||
|
"unrar"
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
p7zip
|
p7zip
|
||||||
rsync
|
rsync
|
||||||
unar
|
unar
|
||||||
unrar-wrapper
|
|
||||||
genact
|
genact
|
||||||
ffmpeg
|
ffmpeg
|
||||||
killall
|
killall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user