{ flake.modules.homeManager.btop = { pkgs, ... }: { home.packages = with pkgs; [ btop ]; }; }