{ lib, smayzy, ... }: let inherit (lib) mkIf; in { config = mkIf smayzy.base-cli-pkgs.enable { home.file = { ".config/fastfetch" = { source = builtins.toPath ./fastfetch; recursive = true; force = true; }; }; }; }