* Include glxinfo/glxgears in the graphical profile. It's very small.

svn path=/nixos/trunk/; revision=30342
This commit is contained in:
Eelco Dolstra 2011-11-08 19:18:34 +00:00
parent 06843a45ef
commit 0446f652a2

View File

@ -9,4 +9,6 @@
displayManager.kdm.enable = true;
desktopManager.kde4.enable = true;
};
environment.systemPackages = [ pkgs.glxinfo ];
}