omniflake/system/cosmic.nix
2025-07-18 01:02:39 +02:00

5 lines
77 B
Nix

{ config, pkgs, ... }:
{
services.desktopManager.cosmic.enable = true;
}