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;
}