vanadium: blahaj boot animation

This commit is contained in:
Primrose 2026-01-22 17:46:33 +01:00
parent 4260ebfda0
commit acab4af809
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
system.stateVersion = "24.11";
@ -15,6 +15,12 @@
"pcie_aspm=off"
];
boot.plymouth = {
enable = true;
themePackages = [ pkgs.plymouth-blahaj-theme ];
theme = "blahaj";
};
# Cross building
# https://discourse.nixos.org/t/how-do-i-get-my-aarch64-linux-machine-to-build-x86-64-linux-extra-platforms-doesnt-seem-to-work/38106/2?u=leana8959
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];