beginning a lot of reorganizing stuff

This commit is contained in:
mjallen18
2025-05-30 10:39:27 -05:00
parent 705220a704
commit 77272fb931
24 changed files with 401 additions and 149 deletions

View File

@@ -1,18 +1,6 @@
{ 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;
};
};
};
imports = [ ./default.nix ]
};
}