update and move inputs, WIP ezpc hyprland, improve elvish module, improve locking, disable systemd initrd by default

This commit is contained in:
notgne2 2022-12-26 22:29:11 -07:00
parent cc56729c13
commit 6c6556b8d6
No known key found for this signature in database
6 changed files with 255 additions and 79 deletions

View file

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