Common: add direnv
This commit is contained in:
parent
2018954c98
commit
c0529d5225
2 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
./bat.nix
|
||||
./btop.nix
|
||||
./helix.nix
|
||||
./direnv.nix
|
||||
];
|
||||
# Some programs dont have a programs.*.enable option, so I install their package here
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
7
roles/common/programs/direnv.nix
Normal file
7
roles/common/programs/direnv.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue