tidying up

This commit is contained in:
2026-03-09 02:20:58 +00:00
parent eec532daed
commit 3904328cee
11 changed files with 135 additions and 129 deletions
+8
View File
@@ -0,0 +1,8 @@
{ lib, ... }:
{
options.username = lib.mkOption {
type = lib.types.singleLineStr;
readOnly = true;
default = "thomasgl";
};
}