mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
c2aa831491
For the user root, there are no user services provided by systemd. Therefore, these files will never be used.
6 lines
202 B
Nix
6 lines
202 B
Nix
{
|
|
systemd-services = ./services.nix;
|
|
systemd-services-disabled-for-root = ./services-disabled-for-root.nix;
|
|
systemd-session-variables = ./session-variables.nix;
|
|
systemd-timers = ./timers.nix;
|
|
}
|