snowflake/home/ags/default.nix
notohh f8ea73daf0
All checks were successful
flake check / check (push) Successful in 6m23s
fmt check / check (push) Successful in 40s
ags: change config
2023-11-28 12:44:03 -05:00

7 lines
76 B
Nix

_: {
programs.ags = {
enable = true;
configDir = ./config;
};
}