diff --git a/workstation/plymouth.nix b/workstation/plymouth.nix index 747813f..e8be5a7 100644 --- a/workstation/plymouth.nix +++ b/workstation/plymouth.nix @@ -5,8 +5,8 @@ enable = true; theme = "rings"; themePackages = with pkgs; [ - (adil1090x-plymouth-themes.overrride { - selected_themes = [ "target" ]; + (adi1090x-plymouth-themes.override { + selected_themes = [ "rings" ]; }) ]; };