test
This commit is contained in:
parent
9d5a72c490
commit
9771707082
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue