dotfiles/homes/modules/ags/default.nix

12 lines
180 B
Nix

{pkgs, ...}: {
programs.ags = {
enable = true;
configDir = ./.;
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
];
};
}