{ flake.homeModules.files = { pkgs, ... }: { home.packages = with pkgs; [ gdu lf ]; }; }