treewide: prune out xorg
This commit is contained in:
parent
b89253931d
commit
46c30b9d5d
16 changed files with 1 additions and 205 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -15,9 +15,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
autorun = false;
|
||||
displayManager.startx.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue