mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-09 10:01:57 +00:00
Enables plymouth on desktops.
This commit is contained in:
parent
ffd9eda436
commit
b2ff81335b
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ in
|
||||||
virtualisation.waydroid.enable = lib.mkDefault (!cfg.platform.minimal);
|
virtualisation.waydroid.enable = lib.mkDefault (!cfg.platform.minimal);
|
||||||
services.flatpak.enable = lib.mkDefault (!cfg.platform.minimal);
|
services.flatpak.enable = lib.mkDefault (!cfg.platform.minimal);
|
||||||
|
|
||||||
|
boot.plymouth.enable = false;
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue