feat(ags): add webkit proof of concept
This commit is contained in:
parent
75842b6e11
commit
c6cd289046
2 changed files with 29 additions and 1 deletions
modules/ags
|
@ -24,7 +24,10 @@ in {
|
|||
enable = true;
|
||||
configDir = symlink "${config.vars.configDir}/ags";
|
||||
package = ags.packages.${pkgs.system}.default;
|
||||
extraPackages = [pkgs.libgudev];
|
||||
extraPackages = with pkgs; [
|
||||
libgudev
|
||||
webkitgtk
|
||||
];
|
||||
};
|
||||
|
||||
home.packages =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue