mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
fix: revert password-store cloning
This commit is contained in:
@@ -49,13 +49,4 @@ in {
|
|||||||
"firefox"
|
"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