mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +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; [
|
||||
kitty
|
||||
rar
|
||||
unrar
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"rar"
|
||||
"unrar"
|
||||
];
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"rar"
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
};
|
||||
|
@ -26,6 +26,7 @@
|
||||
p7zip
|
||||
rsync
|
||||
unar
|
||||
unrar-wrapper
|
||||
genact
|
||||
ffmpeg
|
||||
killall
|
||||
|
Loading…
Reference in New Issue
Block a user