summary refs log tree commit diff stats
path: root/user/settings/passwords.nix
blob: 909c963358a4bad221001475c19aee96cf86aede (plain)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

{
  home.packages = with pkgs; [
    keepassxc
    pwgen

    python3Packages.keyring
  ];
}