svn path=/nixos/trunk/; revision=25989
This commit is contained in:
parent
44ea6a7e4d
commit
fce06b0a2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user