[moderatio] add xserver xfce
This commit is contained in:
13
machines/modules/xserver.nix
Normal file
13
machines/modules/xserver.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
xfce.enable = true;
|
||||
};
|
||||
|
||||
displayManager.defaultSession = "xfce";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user