mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
Regular → Executable
+4
-1
@@ -63,7 +63,10 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
run = "plugin ouch --args=zip";
|
run = "plugin ouch --args=zip";
|
||||||
on = [ "g" "C" ];
|
on = [
|
||||||
|
"g"
|
||||||
|
"C"
|
||||||
|
];
|
||||||
desc = "Compress with ouch";
|
desc = "Compress with ouch";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user