mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fix xserver.displayManager warnings
thanks sandro
This commit is contained in:
parent
46a29bf761
commit
ae5cd16c1a
5 changed files with 44 additions and 41 deletions
|
|
@ -10,11 +10,13 @@ _:
|
|||
|
||||
config = lib.mkIf config.local.DE.xfce.enable {
|
||||
environment.systemPackages = [ pkgs.xfce.xfce4-whiskermenu-plugin ];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.xfce = {
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
enableScreensaver = true;
|
||||
desktopManager.xfce = {
|
||||
enable = true;
|
||||
enableScreensaver = true;
|
||||
};
|
||||
};
|
||||
displayManager.defaultSession = "xfce";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue