This commit is contained in:
2026-01-09 19:57:13 +03:00
parent 9e329e183c
commit 73b61a8a2c
6 changed files with 5 additions and 2 deletions
Regular → Executable
View File
Regular → Executable
View File
Generated Regular → Executable
View File
Regular → Executable
View File
+5 -2
View File
@@ -46,7 +46,7 @@
flavor = {
light = "nord";
dark = "nord";
};
};
};
flavors = {
inherit (pkgs.yaziPlugins) nord;
@@ -63,7 +63,10 @@
}
{
run = "plugin ouch --args=zip";
on = [ "g" "C" ];
on = [
"g"
"C"
];
desc = "Compress with ouch";
}
];
Regular → Executable
View File