From 28475cea7d71262d5ec26735aae4d5a640f43db0 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 26 Jul 2025 23:12:13 +0200 Subject: [PATCH] chore: remove `plymouth` from `ichiyo` as it is enabled by default anyways nowadays --- hosts/ichiyo/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/ichiyo/default.nix b/hosts/ichiyo/default.nix index f56d168..527fb84 100644 --- a/hosts/ichiyo/default.nix +++ b/hosts/ichiyo/default.nix @@ -11,9 +11,6 @@ ./../../modules/core ]; - # Enable fancy boot animations - boot.plymouth.enable = true; - powerManagement = { enable = true; # powertop.enable = true;