From 35e0567b37d465545952a0c13064d725f639ca6e Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 23 Jul 2024 21:57:08 +0200 Subject: [PATCH] chore: format --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"