dot_testing/modules/rbw.nix

7 lines
93 B
Nix

{ lib, config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
pinentry
];
}