modules/info: add info.graphical
This commit is contained in:
parent
b5ba1b8100
commit
7a37b2f5b3
2 changed files with 12 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, self, lib, pkgs, suites, profiles, inputs, ... }:
|
||||
let
|
||||
ifGraphical = lib.optionals config.services.xserver.enable;
|
||||
ifGraphical' = lib.optional config.services.xserver.enable;
|
||||
ifGraphical = lib.optionals config.info.graphical;
|
||||
ifGraphical' = lib.optional config.info.graphical;
|
||||
in
|
||||
{
|
||||
imports = lib.flatten [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue