big refactor

This commit is contained in:
Asaki Yuki 2026-04-09 10:36:32 +07:00
commit 76d68230f6
81 changed files with 3065 additions and 0 deletions

7
packages/default.nix Normal file
View 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; });
}