fix(ags4): ensure we don't get cursor size warning
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-09 12:50:35 -05:00
parent 29684586ff
commit f876d070f8

View file

@ -91,6 +91,7 @@ in {
name = "ags4";
runtimeInputs = [cfg.package];
text = ''
gsettings set org.gnome.desktop.interface cursor-size 30
exec ags run ~/${gtk4ConfigDir}/app.ts --gtk4
'';
})