refactor: moving some desktop environment stuff around
This commit is contained in:
parent
f2d2b00fe7
commit
26f35df7ad
6 changed files with 20 additions and 17 deletions
9
modules/nixos/desktop/xfce/default.nix
Normal file
9
modules/nixos/desktop/xfce/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{}:
|
||||
{
|
||||
services.displayManager.defaultSession = "xfce";
|
||||
services.xserver.desktopManager = {
|
||||
xterm.enable = false;
|
||||
xfce.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue