From 840df0bf0bd5c24b4e470158aa616338ef1ad00a Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 18 May 2024 17:12:52 -0400 Subject: [PATCH] OK, Main Config Seems To Work --- flake.nix | 2 +- modules/common/default.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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