From 0610661721beb1524d95a9cd567f384ebcec9246 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Jul 2024 20:09:19 -0400 Subject: [PATCH] thelio76: plymouth --- config/modules/system76-pc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index dd02549..9a8fe05 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -18,7 +18,7 @@ boot.plymouth.enable = true; boot.plymouth.themePackages = with pkgs; [ plymouth-vortex-ubuntu-theme ]; - boot.plymouth.theme = "plymouth-vortex-ubuntu-theme"; + boot.plymouth.theme = "vortex-ubuntu"; # Enable networking networking.networkmanager.enable = true;