{ config, pkgs, inputs, ... }: { homeManager.home.file = { "testFile".text = "test"; }; }