home-manager: swap back to upstream with my MR in

This commit is contained in:
2022-06-13 23:12:52 +01:00
parent 703027f3d7
commit 4a3fec5914
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ yubikey-manager ];
programs.password-store = {
enable = true;
settings = { PASSWORD_STORE_DIR = "$HOME/.password-store"; };