13 lines
160 B
Nix
13 lines
160 B
Nix
{
|
|
services = {
|
|
xserver = {
|
|
windowManager = {
|
|
session = [{
|
|
name = "none";
|
|
start = "";
|
|
}];
|
|
};
|
|
};
|
|
};
|
|
}
|