nixpkgs/nixos/modules/services/x11/window-managers/none.nix
2020-04-02 04:07:18 -04:00

13 lines
160 B
Nix

{
services = {
xserver = {
windowManager = {
session = [{
name = "none";
start = "";
}];
};
};
};
}