nixos/cosmic-greeter: add cosmic icons (#523250)

This commit is contained in:
Masum Reza
2026-05-24 16:21:34 +00:00
committed by GitHub

View File

@@ -26,6 +26,7 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = [
pkgs.cosmic-comp
pkgs.cosmic-icons
cfg.package
];