diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 9b38989..2c97ccb 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -25,7 +25,7 @@ plymouth = rec { enable = true; theme = "colorful"; - themePackages = [(pkgs.adi1090x-plymouth-themes.override {selected_themes = [ theme ];})]; + themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ theme ]; }) ]; }; kernelParams = [ "quiet"