From 3ec9d3e06f924613273a769ebb93a3f4c46b894c Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 7 Apr 2023 19:21:19 +0530 Subject: [PATCH] switch to optimus --- system/plymouth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/plymouth.nix b/system/plymouth.nix index b002d28..dba80ec 100644 --- a/system/plymouth.nix +++ b/system/plymouth.nix @@ -6,7 +6,7 @@ themePackages = [ (pkgs.adi1090x-plymouth.override { pack = "pack_3"; - theme = "owl"; + theme = "optimus"; }) ]; theme = "adi1090x";