nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 25f4218683cf3622e8ed2fddbda85c28f603572e
parent d9f8868ccaa1e30d15aa70142da0f659904ea7a7
Author: Toni Brown <me@tb148.net>
Date:   Thu, 12 Mar 2026 12:46:28 +0800

add plymouth and switch to limine

Diffstat:
Mconfiguration.nix | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -32,13 +32,12 @@ } ]; - boot.loader.grub = { + boot.loader.limine = { enable = true; efiSupport = true; - device = "nodev"; - configurationLimit = 16; }; boot.loader.efi.canTouchEfiVariables = true; + boot.plymouth.enable = true; boot.kernelPackages = pkgs.linuxPackages_latest; hardware.bluetooth.enable = true;