tidying up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
options.username = lib.mkOption {
|
||||
type = lib.types.singleLineStr;
|
||||
readOnly = true;
|
||||
default = "thomasgl";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user