fix(ags): add gtk4 to astalLibs to ensure types work

This commit is contained in:
matt1432 2024-12-21 17:13:04 -05:00
parent a818cbd3d4
commit 0e81c5b88e
2 changed files with 3 additions and 1 deletions
modules/ags

View file

@ -44,7 +44,7 @@ in {
"gjs"
]
)
++ [gtk-session-lock.packages.${pkgs.system}.default];
++ [gtk-session-lock.packages.${pkgs.system}.default pkgs.gtk4];
lockPkg = pkgs.writeShellApplication {
name = "lock";