chore(packages): Update deprecations

This commit is contained in:
DashieTM 2025-08-22 18:58:31 +02:00
parent cc3fbdc57c
commit ba2eab4c17
2 changed files with 2 additions and 1 deletions

View file

@ -147,6 +147,7 @@ in {
};
profiles = builtins.listToAttrs config.mods.browser.zen.profiles;
};
stylix.targets.zen-browser.profileNames = lib.map (profile: profile.name) config.mods.browser.zen.profiles;
}
);
}