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;