all repos — nixfiles @ 9b99294ac537127c1df9d0f53183755a0a64f0ad

System and user configuration, managed by nix and home-manager

user/settings/passwords.nix (view raw)

1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

{
  home.packages = with pkgs; [
    keepassxc
    pwgen

    python3Packages.keyring
  ];
}