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