mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: add custom pkgs infrastructure
This commit is contained in:
parent
6f74e97fa0
commit
687957c3e0
6 changed files with 463 additions and 2 deletions
|
@ -11,6 +11,7 @@ in
|
|||
# nixpkgs-small = inputs.nixpkgs-unstable-small.legacyPackages.${pkgs.system};
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../pkgs { inherit pkgs; })
|
||||
(self: super: {
|
||||
zen-browser = inputs.zen-browser.packages.${system}.default;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue