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
|
# This module defines a NixOS configuration that contains X11 and
|
||||||
# KDE 4.
|
# KDE 4.
|
||||||
{config, pkgs, ...}:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
require = [
|
require = [ ./base.nix ];
|
||||||
./base.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user