pkgsets/python3: pkgs should be mergable function
This commit is contained in:
parent
eaf3bf45c5
commit
460d3f1d30
3 changed files with 32 additions and 21 deletions
|
@ -20,7 +20,7 @@ mkIf (elem "desktop::i3" config.machine.services) {
|
|||
];
|
||||
};
|
||||
};
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [
|
||||
machine.pkgsets.python3.pkgs = ps: with ps; [
|
||||
py3status
|
||||
pytz
|
||||
tzlocal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue