nixos/miriway: enable xdg.icons

This commit is contained in:
éclairevoyant 2024-07-17 09:24:34 -04:00
parent fb8fb78e1c
commit e4582da985
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -72,6 +72,8 @@ in {
# To make the Miriway session available if a display manager like SDDM is enabled:
services.displayManager.sessionPackages = [ pkgs.miriway ];
xdg.icons.enable = true;
};
meta.maintainers = with lib.maintainers; [ OPNA2608 ];