mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
13 lines
160 B
Nix
13 lines
160 B
Nix
![]() |
{
|
||
|
services = {
|
||
|
xserver = {
|
||
|
windowManager = {
|
||
|
session = [{
|
||
|
name = "none";
|
||
|
start = "";
|
||
|
}];
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|