From 288a46abd38e80fe60d84b450baca94ded7e50b5 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 2 Feb 2024 15:00:26 +0800 Subject: [PATCH] nixos: disable plymouth --- nixos/profiles/common/graphical/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/common/graphical/default.nix b/nixos/profiles/common/graphical/default.nix index 9fd3323..a6e1ab0 100755 --- a/nixos/profiles/common/graphical/default.nix +++ b/nixos/profiles/common/graphical/default.nix @@ -7,7 +7,7 @@ home-manager.users.guanranwang = import ./home; # plymouth - boot.plymouth.enable = true; + #boot.plymouth.enable = true; # xserver services.xserver = {