Disable grub theming
This commit is contained in:
parent
9962e0181f
commit
b837ef9a8d
|
@ -7,6 +7,9 @@
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||||
targets.console.enable = false;
|
targets = {
|
||||||
|
console.enable = false;
|
||||||
|
grub.enable = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue