grimm-nixos-laptop/overlays/deskwhich.nix

5 lines
87 B
Nix
Raw Normal View History

2024-05-11 22:55:59 +02:00
{ prev, ... }:
2024-05-07 23:31:41 +02:00
{
deskwhich = prev.callPackage ../custom/deskwhich/package.nix { };
}