enable xserver here too

This commit is contained in:
twoneis 2024-06-26 15:42:49 +02:00
parent 5435a567ff
commit ba16fc7781

View file

@ -1,5 +1,6 @@
{ pkgs, lib, config, ... }: lib.mkIf (config.withGnome) {
{ lib, config, ... }: lib.mkIf (config.withGnome) {
services.xserver = {
enable = true;
desktopManager.gnome.enable = true;
};