From a0c601773867cf5784bc90a848d056df3e35eace Mon Sep 17 00:00:00 2001 From: arssmol1029 Date: Sat, 15 Nov 2025 01:59:16 +0300 Subject: [PATCH] change boot theme --- nixos/custom.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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" ]; }) ]; };