more boot changes
This commit is contained in:
parent
23d181cf27
commit
c02604bebe
2 changed files with 15 additions and 15 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue