nixos-config/overlays/default.nix

7 lines
70 B
Nix

let
bitwarden_rs = import ./bitwarden_rs.nix;
in
[
bitwarden_rs
]