fix(ags): use PR to fix types

This commit is contained in:
matt1432 2024-12-27 01:27:33 -05:00
parent 2f5cb5b4a0
commit 7c7b83654e
6 changed files with 14 additions and 11 deletions
lib/pkgs

View file

@ -44,6 +44,8 @@ in {
then "Astal-3.0"
else if package.pname == "astal4"
then "Astal-4.0"
else if package.pname == "astal-powerprofiles"
then "AstalPowerProfiles-0.1"
else if package.pname == "gtk4"
then "Gtk-4.0"
else (concatMapStrings capitalise (splitString "-" package.pname)) + "-0.1";