feat: migrate options/my

This commit is contained in:
punkfairie 2025-05-25 15:30:13 -07:00
parent ab0e5117fa
commit 7f1bcaa4b0
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -6,7 +6,7 @@
options.marleyos.my = rec {
name = lib.mkOption {
type = with lib.types; str;
default = config.snowfallorg.user.name or "marley";
default = "marley";
description = "Your username, for use as your login name.";
};