mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-17 16:02:46 +01:00
This removes the need for monolithic unit definitions and allows
users to modify existing units.
Example:
```
{
systemd.user.services.owncloud-client.Unit.OnFailure = "my-notify-service";
}
```
|
||
|---|---|---|
| .. | ||
| lib | ||
| lib-bash | ||
| misc | ||
| programs | ||
| services | ||
| default.nix | ||
| files.nix | ||
| home-environment.nix | ||
| manual.nix | ||
| modules.nix | ||
| systemd-activate.rb | ||
| systemd-activate.sh | ||
| systemd.nix | ||
| xcursor.nix | ||
| xresources.nix | ||
| xsession.nix | ||