5cfe401b8cb600750bef42db1295aa7f3f06ab5d
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%