mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-05 04:29:23 +02:00
disbale x11
This commit is contained in:
parent
9c12841f31
commit
c2053e726f
1 changed files with 0 additions and 5 deletions
|
@ -10,10 +10,6 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
|
||||
displayManager.sddm = {
|
||||
|
@ -31,6 +27,5 @@ in
|
|||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
services.xserver.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue