13 lines
217 B
Nix
13 lines
217 B
Nix
{
|
|
configs,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
services.desktopManager.cosmic.enable = true;
|
|
services.displayManager.cosmic-greeter = {
|
|
enable = true;
|
|
};
|
|
|
|
environment.sessionVariables.COSMIC_DATA_CONTROLL_ENABLED = 1;
|
|
}
|