Add gnome3 desktop manager. Very experimental.

Currently very basic gnome-shell launches on my laptop. Quite some
services won't start yet, most notable is gnome-control-center.

GTK3 apps still don't have theming applied and for example launching
chromium results in horrible red windows.
This commit is contained in:
Domen Kožar 2014-02-07 00:31:29 +01:00
parent c5c14c72f4
commit 65a28e8b73
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in
# Note: the order in which desktop manager modules are imported here
# determines the default: later modules (if enabled) are preferred.
# E.g., if KDE is enabled, it supersedes xterm.
imports = [ ./none.nix ./xterm.nix ./xfce.nix ./kde4.nix ./e17.nix ];
imports = [ ./none.nix ./xterm.nix ./xfce.nix ./kde4.nix ./e17.nix ./gnome3.nix ];
options = {

View File

@ -32,6 +32,8 @@ rec {
gjs = callPackage ./core/gjs { };
gnome_control_center = callPackage ./core/gnome-control-center { };
gnome_icon_theme = callPackage ./core/gnome-icon-theme { };
gnome-menus = callPackage ./core/gnome-menus { };