feat(zsh): enable direnv separately
This commit is contained in:
parent
c898efcfa1
commit
077daf284b
3 changed files with 11 additions and 2 deletions
10
home-manager/direnv.nix
Normal file
10
home-manager/direnv.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -13,7 +13,6 @@
|
|||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"direnv"
|
||||
"vi-mode"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue