mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
Regular → Executable
+5
-2
@@ -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
Reference in New Issue
Block a user