mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Add plymouth to stel-xps boot options
This commit is contained in:
parent
16ea04203e
commit
0bbd758ec5
@ -51,13 +51,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
boot.extraModulePackages = [
|
||||
boot = {
|
||||
extraModulePackages = [
|
||||
config.boot.kernelPackages.v4l2loopback
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
kernelModules = [
|
||||
"v4l2loopback"
|
||||
];
|
||||
|
||||
plymouth.enable = true;
|
||||
};
|
||||
services.xserver.desktopManager.wallpaper.mode = "fill";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user