sneeuwvlok/lib/windows.nix

8 lines
58 B
Nix

{ lib, self, ... }:
let
in
{
mkWinApp = { }: {
};
}