dotfiles/nixcfgs/modules/nixos/desktop/cosmic.nix
2025-10-19 18:12:07 +01:00

4 lines
115 B
Nix

{...}: {
services.displayManager.cosmic-greeter.enable = true;
services.desktopManager.cosmic.enable = true;
}