aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/systemd/default.nix
blob: c1779ac59fb3928aa4a4f60e6b5166df585fdb66 (plain)
1
2
3
4
5
{
  systemd-services = ./services.nix;
  systemd-session-variables = ./session-variables.nix;
  systemd-timers = ./timers.nix;
}