{ self, inputs, ... }: { flake.nixosConfigurations."homebox" = inputs.nixpkgs.lib.nixosSystem { modules = with self.nixosModules; [ (user-nathan "laptop") homebox homebox-hardware self.diskoConfigurations.homebox ]; }; }