[NixOS] Add password store git repository

This commit is contained in:
2021-07-15 16:02:40 -06:00
parent b9b2ad8c07
commit dc2e50861a
3 changed files with 6 additions and 1 deletions

View File

@@ -82,6 +82,11 @@
path = "/home/imalison/org";
uri = "git@bitbucket.org:ivanmalison/org.git";
}
{
name = "password-store";
path = "/home/imalison/.password-store";
uri = "git@github.com:IvanMalison/.password-store.git";
}
];
};
}