update and move inputs, WIP ezpc hyprland, improve elvish module, improve locking, disable systemd initrd by default
This commit is contained in:
parent
cc56729c13
commit
6c6556b8d6
6 changed files with 255 additions and 79 deletions
|
@ -24,7 +24,10 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
boot.plymouth.enable = lib.mkDefault true;
|
||||
boot.initrd.systemd.enable = lib.mkDefault true;
|
||||
# as soon as this stops breaking _all_ my machines
|
||||
boot.initrd.systemd.enable = lib.mkDefault false;
|
||||
# until https://github.com/NixOS/nixpkgs/pull/199784 is merged
|
||||
systemd.services.plymouth-start.restartIfChanged = false;
|
||||
|
||||
services.avahi = {
|
||||
enable = lib.mkDefault true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue