nixos-config/lib/builders/default.nix
Gabriel Arazas 0750c10a0d
lib/builders: update folder structure
This is to organize for future builders that may be more comprehensive.
2024-08-29 13:21:10 +08:00

8 lines
268 B
Nix

{ pkgs, lib, self }:
{
makeXDGMimeAssociationList = pkgs.callPackage ./xdg/make-association-list.nix { };
makeXDGPortalConfiguration = pkgs.callPackage ./xdg/make-portal-config.nix { };
makeXDGDesktopEntry = pkgs.callPackage ./xdg/make-desktop-entry.nix { };
}