refactor: distribute packages from _lib/packages.nix into aspect modules
This commit is contained in:
@@ -281,5 +281,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vivid
|
||||
(callPackage ./_lib/open-project.nix {})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user