diff --git a/share/common.nix b/share/common.nix index 5ccd71e..dca9cab 100644 --- a/share/common.nix +++ b/share/common.nix @@ -67,6 +67,9 @@ in # setup the console stuff early console.earlySetup = true; + # boot splash + boot.plymouth.enable = true; + # swap to RAM zramSwap.enable = true;