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;
|
home-manager.users.guanranwang = import ./home;
|
||||||
|
|
||||||
# plymouth
|
# plymouth
|
||||||
boot.plymouth.enable = true;
|
#boot.plymouth.enable = true;
|
||||||
|
|
||||||
# xserver
|
# xserver
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
|
Loading…
Reference in a new issue