feat(zsh): enable direnv separately
This commit is contained in:
parent
c898efcfa1
commit
077daf284b
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 = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
"direnv"
|
|
||||||
"vi-mode"
|
"vi-mode"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
keepassxc
|
keepassxc
|
||||||
direnv
|
|
||||||
tree
|
tree
|
||||||
light
|
light
|
||||||
element-desktop
|
element-desktop
|
||||||
@ -47,5 +46,6 @@
|
|||||||
home-manager/starship.nix
|
home-manager/starship.nix
|
||||||
home-manager/i3
|
home-manager/i3
|
||||||
./home-manager/rofi.nix
|
./home-manager/rofi.nix
|
||||||
|
./home-manager/direnv.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user