Add direnv to home-manager
This commit is contained in:
parent
4dd6269207
commit
0838e60998
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue