From fce06b0a2edd1c651c1030840694dcb3f53cb12a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Feb 2011 12:29:05 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=25989 --- modules/profiles/graphical.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/profiles/graphical.nix b/modules/profiles/graphical.nix index 58b4ffa7c1a1..14f9b74d800f 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;