{ inputs, ... }: { home-manager = { useGlobalPkgs = true; useUserPackages = true; extraSpecialArgs = { inherit inputs; }; backupFileExtension = "bak"; users.functionalhacker = import ./users/functionalhacker/home.nix; }; }