mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Developers] enable direnv
This commit is contained in:
parent
4881f5f486
commit
46943b419a
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ in {
|
|||
};
|
||||
config = mkIf cfg.enable {
|
||||
system.nixos.tags = [ "developer" ];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv.loadInNixShell = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tabnine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue