From a17700efed09fca60ea784fb769fd0ab0a23c8de Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 4 Jul 2025 16:00:17 +0200 Subject: [PATCH] typo --- hosts/laptop1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index c2ccb83..8b6a978 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -7,7 +7,7 @@ ./hardware-configuration.nix ]; - smayzy.grub-on-lap = true; + smayzy.grub-on-lap.enable = true; home-manager = { extraSpecialArgs = { inherit inputs; };