From e6b5aa359a00336801aa30d6150907fde62d2692 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:45:50 -0500 Subject: [PATCH] removed default name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 03ca11e..8fc501d 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ options.user = lib.mkOption { type = lib.types.str; description = "The username for the Home Manager configuration."; - default = "john"; + # default = "john"; }; };