Reworked pkgsets implementation again, still not really what I want yet.

This commit is contained in:
Kevin Baensch 2019-10-23 03:44:17 +02:00
parent cc21ece351
commit c33b4517a7
20 changed files with 364 additions and 290 deletions

View file

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