summaryrefslogtreecommitdiff
path: root/share/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'share/common.nix')
-rw-r--r--share/common.nix3
1 files changed, 3 insertions, 0 deletions
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;