diff --git a/modules/profiles/graphical.nix b/modules/profiles/graphical.nix index 58b4ffa7c1a..14f9b74d800 100644 --- a/modules/profiles/graphical.nix +++ b/modules/profiles/graphical.nix @@ -1,11 +1,9 @@ # This module defines a NixOS configuration that contains X11 and # KDE 4. -{config, pkgs, ...}: +{ config, pkgs, ... }: { - require = [ - ./base.nix - ]; + require = [ ./base.nix ]; services.xserver = { enable = true;