diff --git a/nixos/custom.nix b/nixos/custom.nix index 1f9cba5..c623795 100644 --- a/nixos/custom.nix +++ b/nixos/custom.nix @@ -46,12 +46,10 @@ plymouth = { enable = true; - theme = "connect"; + theme = "lone"; themePackages = with pkgs; [ - (adi1090x-plymouth-themes.override { - selected_themes = [ "connect" ]; - }) + (adi1090x-plymouth-themes.override { selected_themes = [ "lone" ]; }) ]; };