next lol
This commit is contained in:
18
modules/desktop-environments/cosmic/specialisation.nix
Executable file
18
modules/desktop-environments/cosmic/specialisation.nix
Executable file
@@ -0,0 +1,18 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
specialisation.cosmic.configuration = {
|
||||
services = {
|
||||
desktopManager.cosmic.enable = lib.mkForce true;
|
||||
displayManager.cosmic-greeter.enable = lib.mkForce true;
|
||||
# Disable Gnome
|
||||
xserver = {
|
||||
desktopManager.gnome.enable = lib.mkForce false;
|
||||
# Enable Desktop Environment.
|
||||
displayManager = {
|
||||
gdm.enable = lib.mkForce false;
|
||||
gdm.wayland = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user