{ inputs, pkgs, ... }: { imports = [inputs.ags.homeManagerModules.default]; home.packages = with pkgs; [ sassc ]; programs.ags = { enable = true; # additional packages to add to gjs's runtime extraPackages = with pkgs; [ gtksourceview webkitgtk accountsservice ]; }; }