mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
joshuto: Replace unrar with unar
This commit is contained in:
parent
aa5a78a296
commit
d4cb5c3528
@ -139,7 +139,7 @@
|
||||
# archive formats
|
||||
"7z".app_list = [{ command = "7z"; args = [ "x" ]; confirm_exit = true; }];
|
||||
rar.app_list = [
|
||||
{ command = "unrar"; args = [ "x" ]; confirm_exit = true; }
|
||||
{ command = "unar"; confirm_exit = true; }
|
||||
{ command = "file-roller"; fork = true; silent = true; }
|
||||
];
|
||||
zip.app_list = [
|
||||
|
Loading…
Reference in New Issue
Block a user