more boot changes

This commit is contained in:
Sean Kovacs 2026-04-05 16:14:39 -04:00
commit c02604bebe
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 15 additions and 15 deletions

View file

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

View file

@ -35,7 +35,6 @@ in
]; ];
boot = { boot = {
loader.timeout = lib.mkForce 0;
kernelParams = [ "appledrm.show_notch=1" ]; kernelParams = [ "appledrm.show_notch=1" ];
# thank you to u/douv: # thank you to u/douv:
# https://www.reddit.com/r/AsahiLinux/comments/1sb8cby/retro_boot_logo/ # https://www.reddit.com/r/AsahiLinux/comments/1sb8cby/retro_boot_logo/