mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-15 20:27:38 +01:00
8 lines
106 B
Nix
8 lines
106 B
Nix
{
|
|
services.xserver.desktopManager.session =
|
|
[ { name = "none";
|
|
start = "";
|
|
}
|
|
];
|
|
}
|