diff --git a/flake.nix b/flake.nix index e713f58..431e15a 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ system = "x86_64"; globals = rec { user = "annika"; - # fullName = "Annika Merris"; + fullName = "Annika Merris"; # gitName = fullName; # gitEmail = "me@annikamerris.com"; # nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git"; diff --git a/modules/common/default.nix b/modules/common/default.nix index 6afd94a..6fcc2cb 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -5,6 +5,10 @@ type = lib.types.str; description = "Primary user of the system"; }; + fullName = lib.mkOption { + type = lib.types.str; + description = "Puny Hooman readable name of the user"; + }; }; config = let