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,9 @@
{
pkgs,
lib,
...
}: {
# Enable the COSMIC desktop environment
services.desktopManager.cosmic.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}