summary refs log blame commit diff
path: root/modules/installer/cd-dvd/installation-cd-graphical.nix
blob: 629167f8acabd2334c2b5bb3223b466aeee33fdd (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                   
                      

 



                                
 

                                                 
 
# This module defines a NixOS installation CD that contains X11 and
# KDE 4.

{ config, pkgs, ... }:

{
  require = [
    ./installation-cd-base.nix
    ../../profiles/graphical.nix
  ];

  # Provide wicd for easy wireless configuration.
  networking.wicd.enable = true;
}