refactor: move customPkgs to self.packages

This commit is contained in:
matt1432 2024-06-08 22:21:04 -04:00
parent 14081936af
commit fe7b03dd4a
19 changed files with 39 additions and 37 deletions
common/home

View file

@ -1,10 +1,10 @@
{
config,
pkgs,
self,
...
}: {
home.packages =
(with config.customPkgs; [
(with self.packages.${pkgs.system}; [
pokemon-colorscripts
repl
])