1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-19 14:53:00 +00:00
home-manager/tests/modules/misc/xdg/default.nix
Austin Horstman 47c694963e tests: move xdg to cross platform tests
Has cross platform functionality, gate linux only behind separate test
path.
2025-03-01 11:08:42 -05:00

6 lines
166 B
Nix

{
xdg-file-gen = ./file-gen.nix;
xdg-default-locations = ./default-locations.nix;
xdg-mime-disabled = ./mime-disabled.nix;
xdg-autostart = ./autostart.nix;
}