From 27be887431cf533b34c8bbd9f00a39a3a19ba842 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 9 Oct 2022 13:49:52 -0700 Subject: [PATCH] plymouth by default for workstations --- modules/workstation.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/workstation.nix b/modules/workstation.nix index 4349477..6f57302 100644 --- a/modules/workstation.nix +++ b/modules/workstation.nix @@ -23,6 +23,9 @@ in { }; config = mkIf cfg.enable { + boot.plymouth.enable = lib.mkDefault true; + boot.initrd.systemd.enable = lib.mkDefault true; + services.avahi = { enable = lib.mkDefault true; nssmdns = lib.mkDefault true;