mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
f1fb3b45cf
for consistency. svn path=/nixos/branches/modular-nixos/; revision=15719
13 lines
160 B
Nix
13 lines
160 B
Nix
{
|
|
services = {
|
|
xserver = {
|
|
windowManager = {
|
|
session = [{
|
|
name = "none";
|
|
start = "";
|
|
}];
|
|
};
|
|
};
|
|
};
|
|
}
|