Disable kernel console theming

This commit is contained in:
Pedro Rey Anca 2025-07-09 13:40:25 +02:00
parent 4eee5c2b72
commit e6f8c3c798
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -7,5 +7,6 @@
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;
}; };
} }