1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
home-manager/tests/modules/misc/xdg/default.nix
Sefa Eyeoglu 87f5eb92d8
xdg-autostart: add module
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-04-11 10:19:51 +02:00

11 lines
332 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-autostart = ./autostart.nix;
}