feat: add COSMIC desktop environment and greeter configuration

This commit is contained in:
2025-09-25 15:12:48 -03:00
parent 438296b01b
commit 642ff1820e
5 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
{pkgs, ...}: {
# Enable the COSMIC Greeter (Display Manager)
services.displayManager.cosmic-greeter.enable = true;
}

View File

@@ -0,0 +1,9 @@
{
pkgs,
lib,
...
}: {
# Enable the COSMIC desktop environment
services.desktopManager.cosmic.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}

View File

@@ -74,8 +74,8 @@
"hosts/common/optional/services/ollama.nix"
"hosts/common/optional/services/docker.nix"
"hosts/common/optional/audio.nix" # pipewire and cli controls
"hosts/common/optional/gnome.nix"
"hosts/common/optional/gdm.nix"
"hosts/common/optional/cosmic.nix"
"hosts/common/optional/cosmic-greeter.nix"
"hosts/common/optional/flatpak.nix"
"hosts/common/optional/thermal-management.nix"
"hosts/common/optional/system76-scheduler.nix"