all repos — nixfiles @ 22f3225547ae0dce900a1cd39f5ccce29e9552ed

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

user/modules/passwords.nix (view raw)

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

{ environment.systemPackages = with pkgs.unstable; [
    keepassx-community
    rofi-pass
    pass
    pass-otp
    pwgen
  ];
}