nixos: disable plymouth

This commit is contained in:
Guanran Wang 2024-02-02 15:00:26 +08:00
parent 5e3d7af06c
commit 288a46abd3
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -7,7 +7,7 @@
home-manager.users.guanranwang = import ./home;
# plymouth
boot.plymouth.enable = true;
#boot.plymouth.enable = true;
# xserver
services.xserver = {