refactor some modules
This commit is contained in:
18
modules/profiles/xfce4/default.nix
Normal file
18
modules/profiles/xfce4/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ../desktop ];
|
||||
|
||||
config = {
|
||||
services.xserver = {
|
||||
desktopManager.xfce.enable = true;
|
||||
};
|
||||
|
||||
services.displayManager = {
|
||||
defaultSession = lib.mkForce "xfce";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user