refactor: remove mentions of x86
This commit is contained in:
parent
409890686f
commit
a500d682bb
6 changed files with 21 additions and 26 deletions
modules/ags
|
@ -23,7 +23,7 @@ in {
|
|||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = symlink "${config.vars.configDir}/ags";
|
||||
package = ags.packages.x86_64-linux.default;
|
||||
package = ags.packages.${pkgs.system}.default;
|
||||
extraPackages = [pkgs.libgudev];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue