mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
meta: Replace unrar with unrar-wrapper
This commit is contained in:
parent
08492ea227
commit
128c6f619d
@ -40,14 +40,11 @@
|
|||||||
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";
|
||||||
};
|
};
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
p7zip
|
p7zip
|
||||||
rsync
|
rsync
|
||||||
unar
|
unar
|
||||||
|
unrar-wrapper
|
||||||
genact
|
genact
|
||||||
ffmpeg
|
ffmpeg
|
||||||
killall
|
killall
|
||||||
|
Loading…
Reference in New Issue
Block a user