nixos: move plymouth to ./presets/desktop
This commit is contained in:
parent
65a8502ecb
commit
36bea2b498
4 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./plymouth.nix
|
|
||||||
./sysctl.nix
|
./sysctl.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{lib, ...}: {
|
|
||||||
boot.plymouth.enable = lib.mkDefault true; # mkDefault for headless devices, check out server.nix
|
|
||||||
}
|
|
|
@ -5,4 +5,5 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
|
boot.plymouth.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,5 +4,4 @@
|
||||||
imports = [
|
imports = [
|
||||||
./core.nix
|
./core.nix
|
||||||
];
|
];
|
||||||
boot.plymouth.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue