From db54cd95d9afe47134606cfe0b57008b96ec1f0a Mon Sep 17 00:00:00 2001 From: John Lancaster Date: Thu, 3 Jul 2025 21:54:34 -0500 Subject: [PATCH] name fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b917f06..c7a54f3 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ user = config.user; stateVersion = config.stateVersion; profile = config.profile; - shell = config.enableShell; + enableShell = config.enableShell; ssh = config.ssh; _1password = config._1password; }