make peach boot seamless

This commit is contained in:
Sean Kovacs 2026-04-04 21:43:47 -04:00
commit 49937eaf99
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 22 additions and 24 deletions

View file

@ -21,24 +21,20 @@
plymouth.enable = true;
plymouth.logo = "${pkgs.nixos-icons}/share/icons/hicolor/64x64/apps/nix-snowflake-white.png";
loader = {
timeout = 3;
systemd-boot.enable = true;
# limine = {
# enable = true;
# maxGenerations = 10;
# extraConfig = ''
# timeout: 3
# '';
# style = {
# wallpapers = [ ];
# wallpaperStyle = "stretched";
# backdrop = "#1e1e2e";
# interface = {
# branding = "kova's nixos!";
# brandingColor = 5;
# };
# };
# };
timeout = 1;
limine = {
enable = true;
maxGenerations = 10;
style = {
wallpapers = [ ];
wallpaperStyle = "stretched";
backdrop = "#1e1e2e";
interface = {
branding = "kova's nixos!";
brandingColor = 5;
};
};
};
};
kernelParams = [
"quiet"