This commit is contained in:
Leonardo Eugênio 2022-12-01 23:13:00 -03:00
parent b9b85657db
commit 8ee461d1de
9 changed files with 21 additions and 28 deletions

View file

@ -5,10 +5,6 @@
pass-secret-service.enable = true;
password-store-sync.enable = true;
};
home.packages = with pkgs; [
pass
wpass
_gpg-unlock
];
home.packages = with pkgs; [ pass wpass _gpg-unlock ];
};
}