Merge pull request #226150 from SuperSandro2000/lorri-direnv

nixos/lorri: install direnv
This commit is contained in:
Sandro 2023-04-20 10:49:23 +02:00 committed by GitHub
commit 84653ac6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,6 @@ in {
};
};
environment.systemPackages = [ cfg.package ];
environment.systemPackages = [ cfg.package pkgs.direnv ];
};
}