properly import with correct optionals
This commit is contained in:
parent
dcdfdbaa47
commit
714093946c
12 changed files with 88 additions and 81 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, ... }: lib.mkIf (config.withGnome) {
|
||||
{ lib, config, ... }: lib.mkIf config.withGnome {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue