summaryrefslogtreecommitdiff
path: root/users/default.nix
blob: 964fc3ddfdab42c68c6cc3cb172db447bcfd004c (plain)
1
2
3
4
5
6
7
8
9
10
11
inputs: system:
with inputs; {
  seth = {
    pkgs = import nixpkgsUnstable {
      inherit system;
      overlays = [nur.overlay getchoo.overlays.default];
    };

    stateVersion = "23.05";
  };
}