nixconfig/pkgs/default.nix
2023-05-25 22:07:24 +02:00

6 lines
83 B
Nix

{
pkgs,
...
}:{
simc = (pkgs.qt6.callPackage ./custom/simc.nix { });
}