From 4ad99aa52f7cc83a3ef10e000ddcca1e90cd1a60 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 13 Oct 2023 16:30:25 +0200 Subject: [PATCH] pylmnth use stylix --- systems/kami/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/kami/default.nix b/systems/kami/default.nix index 9455882..1b497f0 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -104,8 +104,8 @@ boot.plymouth = { enable = true; - themePackages = [ pkgs.catppuccin-plymouth ]; - theme = "catppuccin-frappe"; + #themePackages = [ pkgs.catppuccin-plymouth ]; + #theme = "catppuccin-frappe"; }; boot.loader.systemd-boot.enable = true;