8 lines
223 B
Nix
8 lines
223 B
Nix
{
|
|
xdg-mime-apps-basics = ./mime-apps-basics.nix;
|
|
xdg-system-dirs = ./system-dirs.nix;
|
|
xdg-desktop-entries = ./desktop-entries.nix;
|
|
xdg-file-gen = ./file-gen.nix;
|
|
xdg-default-locations = ./default-locations.nix;
|
|
}
|