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

7 lines
106 B
Nix

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