From 368aca81f6a79126a6647932f7b94da4ac41a9ee Mon Sep 17 00:00:00 2001 From: Aubrey Taylor Date: Thu, 30 Jan 2025 18:06:50 -0600 Subject: [PATCH] remove mentionUser default --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7998ae6..0c28727 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,6 @@ }; mentionUser = lib.mkOption { type = lib.types.bool; - default = true; }; }; };