Disable grub theming
This commit is contained in:
parent
9962e0181f
commit
b837ef9a8d
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue