forked from mirrors/nixpkgs
* Enable the Xfce power manager.
svn path=/nixos/trunk/; revision=23079
This commit is contained in:
parent
c388446bb0
commit
8de6ab7dff
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue