afbc97324857bcec60d240f48f7b284a7a5b8517
NixOS Configuration for AppDaemon Development
Needs a git.nix file. Example below:
{ ... }:
{
programs.git = {
enable = true;
extraConfig.credential.helper = "store --file ~/.git-credentials";
userName = "John Lancaster";
userEmail = "[email protected]";
};
}
Languages
Nix
98.1%
Shell
1.9%