9 lines
191 B
Nix
9 lines
191 B
Nix
|
# Not using this for now, because I cannot get any theme to fucking work with it for some reason :(
|
||
|
{
|
||
|
services.xserver = {
|
||
|
enable = true;
|
||
|
displayManager.sddm.enable = true;
|
||
|
};
|
||
|
}
|
||
|
|