1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/x11/desktop-managers/none.nix
2020-04-02 04:07:18 -04:00

8 lines
106 B
Nix

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