nixos/cosmic-greeter: add cosmic icons

Without this icons don't show up after the recent update.
This commit is contained in:
John Titor
2026-05-23 11:00:10 +05:30
parent e58e40ad6f
commit 178a6acd19
@@ -26,6 +26,7 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = [
pkgs.cosmic-comp
pkgs.cosmic-icons
cfg.package
];