Enable Plymouth on desktops

This commit is contained in:
Jimbo 2025-01-20 14:54:06 -05:00
parent 8aaa3103c2
commit 897f9671d7
3 changed files with 19 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
config = lib.mkIf config.system.desktop.enable {
services.pipewire = {