mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
fix: revert password-store cloning
This commit is contained in:
@@ -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
|
||||
}
|
||||
'
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user