mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
8 lines
268 B
Nix
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 { };
|
||
|
}
|