1 2 3 4 5 6 7
with import <stockholm/lib>; { pkgs, ... }: { environment.systemPackages = with pkgs; [ dpass ]; }