Files
daisyui/flake.nix
2026-08-03 19:54:28 -04:00

8 lines
89 B
Nix

{
outputs =
{ ... }:
{
overlays.default = import ./overlay.nix;
};
}