1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-19 23:03:01 +00:00
home-manager/tests/modules/misc/xdg/default.nix

7 lines
166 B
Nix
Raw Normal View History

{
xdg-file-gen = ./file-gen.nix;
2021-11-19 09:14:11 +08:00
xdg-default-locations = ./default-locations.nix;
xdg-mime-disabled = ./mime-disabled.nix;
xdg-autostart = ./autostart.nix;
}