From 881e1429ef2514d9c6f6b8de6ca95385c7fcff8d Mon Sep 17 00:00:00 2001 From: tomoron Date: Thu, 19 Dec 2024 16:27:37 +0100 Subject: [PATCH] disable ycontre glow temporarly --- hosts/laptop.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/laptop.nix b/hosts/laptop.nix index e871dfb..9570d10 100644 --- a/hosts/laptop.nix +++ b/hosts/laptop.nix @@ -39,11 +39,11 @@ hardware.bluetooth.enable = true; - boot.plymouth = { - enable = true; - theme = "ycontre-glow"; - themePackages = [ - inputs.plymouth-theme-ycontre-glow.defaultPackage.x86_64-linux - ]; - }; +# boot.plymouth = { +# enable = true; +# theme = "ycontre-glow"; +# themePackages = [ +# inputs.plymouth-theme-ycontre-glow.defaultPackage.x86_64-linux +# ]; +# }; }