Add direnv to home-manager
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
tm = "tmux attach || tmux";
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
# enableFishIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home.file.".config/atuin/config.toml".source = ./atuin/config.toml;
|
||||
home.file.".config/nvim/init.lua".source = ./nvim/init.lua;
|
||||
home.file.".config/tmux/tmux.conf".source = ./tmux/tmux.conf;
|
||||
|
||||
Reference in New Issue
Block a user