enabled plymouth on petalburg

This commit is contained in:
Aly Raffauf 2024-03-13 22:59:33 -04:00
parent f2ad87ca57
commit 04ed015a54

View file

@ -54,6 +54,8 @@ in {
# Pull latest Linux kernel. # Pull latest Linux kernel.
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.plymouth.enable = true;
networking.hostName = "petalburg"; # Define your hostname. networking.hostName = "petalburg"; # Define your hostname.
hardware.sensor.iio.enable = true; hardware.sensor.iio.enable = true;