all repos — nixfiles @ 05ccf28d742b0b12360e833ecf3254ecd7c60b94

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
11
12
{ config, pkgs, ... }:

{
  home.packages = with pkgs.unstable; [
    keepassx-community
    rofi-pass
    pass-otp
    pwgen

    python3Packages.keyring
  ];
}