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
+5
-2
@@ -46,7 +46,7 @@
|
|||||||
flavor = {
|
flavor = {
|
||||||
light = "nord";
|
light = "nord";
|
||||||
dark = "nord";
|
dark = "nord";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
flavors = {
|
flavors = {
|
||||||
inherit (pkgs.yaziPlugins) nord;
|
inherit (pkgs.yaziPlugins) nord;
|
||||||
@@ -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