mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
13 lines
160 B
Nix
13 lines
160 B
Nix
|
{
|
||
|
services = {
|
||
|
xserver = {
|
||
|
windowManager = {
|
||
|
session = [{
|
||
|
name = "none";
|
||
|
start = "";
|
||
|
}];
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|