nixos: disable plymouth
This commit is contained in:
parent
5e3d7af06c
commit
288a46abd3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
home-manager.users.guanranwang = import ./home;
|
||||
|
||||
# plymouth
|
||||
boot.plymouth.enable = true;
|
||||
#boot.plymouth.enable = true;
|
||||
|
||||
# xserver
|
||||
services.xserver = {
|
||||
|
|
Loading…
Reference in a new issue