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 +# ]; +# }; }