This commit is contained in:
Sean Kovacs 2026-01-29 08:52:21 -05:00
commit 81cca7b7bd
Signed by: sckova
GPG key ID: 00F325187C68651A
12 changed files with 104 additions and 54 deletions

View file

@ -17,28 +17,33 @@
boot = {
plymouth = {
enable = true;
logo = "${pkgs.nixos-icons}/share/icons/hicolor/64x64/apps/nix-snowflake-white.png";
};
loader = {
timeout = 3;
limine = {
systemd-boot = {
enable = true;
maxGenerations = 3;
extraConfig = ''
timeout: 3
'';
style = {
wallpapers = [ ];
backdrop = "#1e1e2e";
interface = {
branding = "kova's nixos!";
brandingColor = 5;
};
};
};
efi = {
canTouchEfiVariables = false;
consoleMode = lib.mkForce "auto";
configurationLimit = 10;
};
# limine = {
# enable = true;
# maxGenerations = 10;
# extraConfig = ''
# timeout: 3
# '';
# style = {
# wallpapers = [ ];
# wallpaperStyle = "centered";
# backdrop = "#1e1e2e";
# interface = {
# branding = "kova's nixos!";
# brandingColor = 5;
# };
# };
# };
# efi.canTouchEfiVariables = true;
};
kernelParams = [
"quiet"