This commit is contained in:
iFargle 2023-09-22 19:50:54 +09:00
parent 9d5a72c490
commit 9771707082

View file

@ -1,4 +1,4 @@
{ config, pkgs, desktop, ... }: { { lib, config, pkgs, desktop, ... }: {
# IF we're booting into a GUI, load in pretty things # IF we're booting into a GUI, load in pretty things
imports = [ ] ++ lib.optional (builtins.isString desktop) ./plymouth.nix; imports = [ ] ++ lib.optional (builtins.isString desktop) ./plymouth.nix;