{ pkgs, ... }: { imports = [ ./pinned.nix ]; home = { packages = with pkgs.pinned; [ etcher ]; }; }