Skip to content

Commit

Permalink
Disable plymouth as it's not bringing much joy
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Jan 29, 2024
1 parent 9879ab0 commit d6c2188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/common/linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ in
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
# Use the systemd-boot EFI boot loader.
boot = {
plymouth.enable = true;
loader.timeout = 60;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
Expand Down

0 comments on commit d6c2188

Please sign in to comment.