Move gitpkgs into pkg overrides.

This commit is contained in:
Kevin Baensch 2021-10-28 09:46:12 +02:00
parent 528fec2f0d
commit 5f4edfeb2a
Signed by: derped
GPG key ID: C0F1D326C7626543
5 changed files with 16 additions and 11 deletions

View file

@ -52,5 +52,5 @@ in mkIf (elem "desktop" cfg.services) {
horizontalScrolling = true;
};
};
machine.pkgsets.python3.pkgs = with pkgs.python38Packages; [ py3status pytz tzlocal ];
machine.pkgsets.python3.pkgs = with pkgs.gitpkgs.python38Packages; [ py3status pytz tzlocal ];
}