nixpkgs/pkgs/desktops/expidus/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
69 B
Nix
Raw Normal View History

2023-06-14 01:18:59 +00:00
{ callPackage }:
{
file-manager = callPackage ./file-manager {};
}