fix: revert password-store cloning

This commit is contained in:
Ryan Yin
2024-01-27 10:33:42 +08:00
parent b75195d339
commit b9b9a55ede

View File

@@ -49,13 +49,4 @@ in {
"firefox"
];
};
# clone password-store repo if not exists
home.activation.initPasswordStore = lib.hm.dag.entryAfter ["writeBoundary"] ''
${pkgs.nushell}/bin/nu -c '
if not ("${passwordStoreDir}" | path exists) {
${pkgs.git}/bin/git clone --depth 1 git@github.com:ryan4yin/password-store.git
}
'
'';
}