enable xserver here too
This commit is contained in:
parent
5435a567ff
commit
ba16fc7781
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue