3
0
Fork 0
forked from mirrors/nixpkgs

* Enable the Xfce power manager.

svn path=/nixos/trunk/; revision=23079
This commit is contained in:
Eelco Dolstra 2010-08-09 23:15:39 +00:00
parent c388446bb0
commit 8de6ab7dff

View file

@ -59,11 +59,11 @@ in
pkgs.xfce.xfconf
pkgs.xfce.xfdesktop
pkgs.xfce.xfwm4
# This supplies some "abstract" icons such as
# "utilities-terminal" and "accessories-text-editor".
pkgs.gnome.gnomeicontheme
];
]
++ optional config.powerManagement.enable pkgs.xfce.xfce4_power_manager;
environment.pathsToLink =
[ "/share/xfce4" "/share/themes" "/share/mime" ];