plymouth
This commit is contained in:
parent
1729b6497a
commit
dfcb53a44e
5 changed files with 54 additions and 3 deletions
|
@ -57,8 +57,7 @@
|
|||
|
||||
boot.kernelParams = [
|
||||
# enable the i915 sandybridge framebuffer compression (475mw savings)
|
||||
"i915.i915_enable_fbc=1"
|
||||
"i915.fastboot=1"
|
||||
"i915.enable_fbc=1"
|
||||
"i915.enable_gvt=1"
|
||||
];
|
||||
}
|
|
@ -60,8 +60,9 @@
|
|||
gammastep.enable = true;
|
||||
clipse.enable = true;
|
||||
|
||||
# display manager
|
||||
# display manager + boot splash
|
||||
sddm.enable = true;
|
||||
plymouth.enable = true;
|
||||
|
||||
# theme, see `modules/desktop/themes`
|
||||
themes.active = "catppuccin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue