Move gitpkgs into pkg overrides.
This commit is contained in:
parent
528fec2f0d
commit
5f4edfeb2a
5 changed files with 16 additions and 11 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue