Remove some usage of config.lib.dag

The `lib.hm.dag` attribute set should always be preferred.
This commit is contained in:
Robert Helgesson 2021-05-09 12:13:31 +02:00
parent 4896c50074
commit e42e147b58
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
5 changed files with 3 additions and 7 deletions

View file

@ -6,8 +6,6 @@ let
cfg = config.programs.home-manager;
dag = config.lib.dag;
in {
meta.maintainers = [ maintainers.rycee ];