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

@@ -10,7 +10,7 @@
#
# FIXME(starter): add or remove any optional config directories or files ehre
common/optional/browsers
common/optional/desktops/gnome
common/optional/desktops/cosmic
common/optional/desktops/gnome/zenbook-screen.nix
common/optional/comms
common/optional/media

View File

@@ -0,0 +1,11 @@
{
config,
pkgs,
...
}: {
# Home Manager module for enabling the COSMIC desktop environment
# Follows the pattern of gnome/kde modules
# Optionally, add more configuration here as COSMIC matures
# e.g., settings, extensions, etc.
}