91f6a16fb2699308518c94bda879226d426bb445
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%