diff options
Diffstat (limited to 'pkgs/lib')
| -rw-r--r-- | pkgs/lib/home-manager/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/home-manager/default.nix b/pkgs/lib/home-manager/default.nix index e07e0b8..91149d6 100644 --- a/pkgs/lib/home-manager/default.nix +++ b/pkgs/lib/home-manager/default.nix @@ -11,7 +11,7 @@ ... }@config: { - services.${name} = { inherit (config) Unit Install Service; }; + services.${name} = { inherit (config) Unit Service; }; timers.${name} = { inherit (config) Unit Install; Timer = config.Timer // { |
