diff options
author | Alan Pearce | 2022-06-11 16:03:15 +0200 |
---|---|---|
committer | Alan Pearce | 2022-06-12 17:19:26 +0200 |
commit | 298db108f052348a83581a315396ca1bd8d584e2 (patch) | |
tree | d5c1503b72787737646f877c62080cbf6dc14168 /user/settings | |
parent | e578939110d38986e009affa98a946a8b81cad5c (diff) | |
download | nixfiles-298db108f052348a83581a315396ca1bd8d584e2.tar.lz nixfiles-298db108f052348a83581a315396ca1bd8d584e2.tar.zst nixfiles-298db108f052348a83581a315396ca1bd8d584e2.zip |
update settings to build on 22.05
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/passwords.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/passwords.nix b/user/settings/passwords.nix index 0100ec58..83e39c15 100644 --- a/user/settings/passwords.nix +++ b/user/settings/passwords.nix @@ -2,8 +2,8 @@ { home.packages = with pkgs; [ - keepassx-community pass-otp + keepassxc pwgen python3Packages.keyring |