refactor: massive refactor using flake-parts; use typos-cli and

keep-sorted
This commit is contained in:
2025-12-20 12:57:47 +08:00
parent d5f027f586
commit bc197eb3ca
21 changed files with 466 additions and 455 deletions

View File

@@ -2,7 +2,7 @@
{
options = {
grabKeyboard = lib.mkOption {
description = "Grab the keybaord in capture mode";
description = "Grab the keyboard in capture mode";
default = true;
type = lib.types.bool;
};

View File

@@ -38,7 +38,7 @@
};
clipboardToLocal = lib.mkOption {
description = "Allow the clipbaord to be synchronized FROM the VM";
description = "Allow the clipboard to be synchronized FROM the VM";
default = true;
type = lib.types.bool;
};
@@ -56,7 +56,7 @@
};
captureOnStart = lib.mkOption {
description = "Capture mouse and keybaord on start";
description = "Capture mouse and keyboard on start";
default = false;
type = lib.types.bool;
};