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