{ pkgs, lib, ... }: let profile = import ../profile.nix; in { imports = [ ]; home.packages = with pkgs; [ distrobox distrobox-tui distroshelf ]; }