add direnv
and devenv
This commit is contained in:
parent
d92f5315ea
commit
ff17a11aca
1 changed files with 5 additions and 7 deletions
|
@ -1,10 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ direnv devenv ];
|
||||
|
||||
services.lorri = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
direnv
|
||||
];
|
||||
nix.extraOptions = ''
|
||||
extra-substituters = https://devenv.cachix.org
|
||||
extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue