thelio76: install new plymouth theme

This commit is contained in:
Alex 2024-07-26 20:08:19 -04:00
parent b2cb274c0d
commit 0b6e6cd9e4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,6 @@
luks-9870176e-53f3-493e-94d8-560994fa8f35 UUID=9870176e-53f3-493e-94d8-560994fa8f35 /luks-9870176e-53f3-493e-94d8-560994fa8f35 nofail
'';
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/5b17c208-6c1b-4317-b59c-6596b1857f1f";

View File

@ -17,7 +17,8 @@
boot.kernelParams = [ "quiet" ];
boot.plymouth.enable = true;
boot.plymouth.theme = "fade-in";
boot.plymouth.themePackages = with pkgs; [ plymouth-vortex-ubuntu-theme ];
boot.plymouth.theme = "plymouth-vortex-ubuntu-theme";
# Enable networking
networking.networkmanager.enable = true;