mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
9 lines
297 B
Nix
9 lines
297 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;
|
|
}
|