nixos/lorri: install direnv

direnv is required to allow files to be run by lorri, so it should be installed, too.
This commit is contained in:
Sandro 2023-04-14 15:18:56 +02:00 committed by Sandro Jäckel
parent 1854101076
commit 1c5ca89f42
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

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