big refactor
This commit is contained in:
commit
76d68230f6
81 changed files with 3065 additions and 0 deletions
7
packages/default.nix
Normal file
7
packages/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }@inputs:
|
||||
{
|
||||
bun = import ./bun.nix;
|
||||
cage-xtmapper = { version ? "0.2.0" }: import ./cage-xtmapper-${version}.nix;
|
||||
catppuccin-obs = import ./catppuccin-obs.nix;
|
||||
cursors = { name ? "aemeath", size ? 48 }: (import ./custom-cursors.nix { cursors = name; size = size; });
|
||||
}
|
||||
Reference in a new issue