diff --git a/modules/core/stylix.nix b/modules/core/stylix.nix index 45af481..48e231a 100644 --- a/modules/core/stylix.nix +++ b/modules/core/stylix.nix @@ -7,6 +7,9 @@ stylix = { enable = true; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; - targets.console.enable = false; + targets = { + console.enable = false; + grub.enable = false; + }; }; }