add direnv and devenv

This commit is contained in:
Seaswimmer 2024-11-18 16:50:33 -05:00
parent d92f5315ea
commit ff17a11aca
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,10 +1,8 @@
{ pkgs, ... }: { { pkgs, ... }: {
environment.systemPackages = with pkgs; [ direnv devenv ];
services.lorri = { nix.extraOptions = ''
enable = true; extra-substituters = https://devenv.cachix.org
}; extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=
'';
environment.systemPackages = with pkgs; [
direnv
];
} }