ags: change config
All checks were successful
flake check / check (push) Successful in 6m23s
fmt check / check (push) Successful in 40s
All checks were successful
flake check / check (push) Successful in 6m23s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
70bfeb1e68
commit
f8ea73daf0
3 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
programs.ags = {
|
programs.ags = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configDir = ./js;
|
configDir = ./config;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue