disable ycontre glow temporarly

This commit is contained in:
2024-12-19 16:27:37 +01:00
parent a04b9e6891
commit 881e1429ef

View File

@ -39,11 +39,11 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
boot.plymouth = { # boot.plymouth = {
enable = true; # enable = true;
theme = "ycontre-glow"; # theme = "ycontre-glow";
themePackages = [ # themePackages = [
inputs.plymouth-theme-ycontre-glow.defaultPackage.x86_64-linux # inputs.plymouth-theme-ycontre-glow.defaultPackage.x86_64-linux
]; # ];
}; # };
} }