refactor: distribute packages from _lib/packages.nix into aspect modules

This commit is contained in:
2026-03-08 19:08:15 +00:00
parent 0aa8606153
commit bfc9af382f
14 changed files with 129 additions and 74 deletions

View File

@@ -281,5 +281,10 @@
};
};
};
home.packages = with pkgs; [
vivid
(callPackage ./_lib/open-project.nix {})
];
};
}