mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 10:47:02 +00:00
13 lines
442 B
Nix
13 lines
442 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;
|
|
xdg-user-dirs-null = ./user-dirs-null.nix;
|
|
xdg-portal = ./portal.nix;
|
|
xdg-mime = ./mime.nix;
|
|
xdg-mime-disabled = ./mime-disabled.nix;
|
|
xdg-mime-package = ./mime-packages.nix;
|
|
xdg-autostart = ./autostart.nix;
|
|
}
|