atool is a commandline archive manager that uses packages like gnutar, p7zip, unrar, and zip as backends for viewing, creating, and extracting their corresponding archive formats.
8 lines
117 B
Nix
8 lines
117 B
Nix
{ ... }:
|
|
{
|
|
programs.atool.enable = false;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.atoolrc"
|
|
'';
|
|
}
|