{
  pkgs,
  config,
  lib,
  ...
}: {
  imports = [
    ./lualine
  ];
}