Files
garandos/modules/core/garandos-tui.nix
2025-12-07 00:00:33 +01:00

12 lines
265 B
Nix

{
host,
username,
...
}: {
programs.garandos-tui = {
enable = true;
systemModulesFilePath = "/home/${username}/garandos/hosts/${host}/system-modules.nix";
homeModulesFilePath = "/home/${username}/garandos/hosts/${host}/home-modules.nix";
};
}