diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-29 18:09:28 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-30 00:12:05 +0200 |
| commit | b3686c3a4848ea3f99c7735b4da21a4677a6e321 (patch) | |
| tree | 8bb545967bbc4232bfe464f88005242a0e4a6a49 /pkgs/lib | |
| parent | fc019d789523ce5f89436b8dbc458cf3b79abf43 (diff) | |
home: devenv: update envs when nixos-upgrading
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 // { |
