mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
bc90de24d8
Previously, this module was all-or-nothing with its pre-defined user dirs. This allows e.g. `xdg.userDirs.desktop = null;` to opt-out of some configuration while still benefiting from the rest.
8 lines
268 B
Nix
8 lines
268 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;
|
|
}
|