Small fix

This commit is contained in:
Shaquille Soekhlal 2023-07-01 00:55:56 +02:00
parent 547c99a8d0
commit c6f0f2c5d5

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
# Enable the X11 windowing system.
services.xserver.enable = true;