This commit is contained in:
Reid 2024-10-01 20:02:00 -07:00
parent 1729b6497a
commit dfcb53a44e
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
5 changed files with 54 additions and 3 deletions

View file

@ -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"
];
}

View file

@ -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";