···11+{ inputs, outputs, pkgs, ... }:
22+{
33+ home.username = "cosmeak";
44+ home.homeDirectory = "/home/cosmeak";
55+66+ home.packages = with pkgs; [
77+ hello
88+ ];
99+1010+ # You do not need to change this if you're reading this in the future.
1111+ # Don't ever change this after the first build. Don't ask questions.
1212+ home.stateVersion = "24.05";
1313+}