diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-10 21:26:14 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-01-10 21:26:14 +0200 |
commit | f1d727cedd8234a69deea8fef7e0474723004b43 (patch) | |
tree | 7d4d36b30b200bc0030086e2f872c9add1508943 | |
parent | ae1dbae7c9273ad6bc19059bfc00541ada6a4d61 (diff) | |
download | nixos-configuration-f1d727cedd8234a69deea8fef7e0474723004b43.tar.gz nixos-configuration-f1d727cedd8234a69deea8fef7e0474723004b43.tar.bz2 nixos-configuration-f1d727cedd8234a69deea8fef7e0474723004b43.zip |
revert: remove plymouth
plymouth: removed because it was too bothersome
-rw-r--r-- | nixos/bootloader.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/bootloader.nix b/nixos/bootloader.nix index 63d4f13..ace48f8 100644 --- a/nixos/bootloader.nix +++ b/nixos/bootloader.nix @@ -27,14 +27,14 @@ in # options = [ "rw" "uid=1000" ]; #}; boot = { - plymouth = { + /*plymouth = { enable = true; theme = "rings"; themePackages = with pkgs; [ # By default we would install all themes (adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) ]; - }; + };*/ # Enable "Silent Boot" consoleLogLevel = 0; |