treewide: yet another restructure
modules, overlays, and packages have their own default.nix re-exporting things instead of reading file paths. slightly improves declarativeness. wine-osu is removed; we're just using nix-gaming (for now). our custom packages will now have to be accessed via pkgs.me instead of just pkgs. helps know where it came from future goals: get rid of our overlays completely, or at least not make it replace anything from nixpkgs
This commit is contained in:
parent
eb0f2cb733
commit
8c75ba2a2d
14 changed files with 96 additions and 11552 deletions
12
packages/default.nix
Normal file
12
packages/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
callPackage,
|
||||
inputs
|
||||
}: {
|
||||
discord-tokyonight = callPackage ./discord-tokyonight { inherit inputs; };
|
||||
discover-overlay = callPackage ./discover { inherit inputs; };
|
||||
linux-lava = callPackage ./linux-lava { inherit inputs; };
|
||||
packwiz = callPackage ./packwiz { inherit inputs; };
|
||||
spotify-adblock = callPackage ./spotify-adblock { inherit inputs; };
|
||||
tree-sitter-glimmer = callPackage ./tree-sitter-glimmer { inherit inputs; };
|
||||
tree-sitter-jsonc = callPackage ./tree-sitter-jsonc { inherit inputs; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue