mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
modularize direnv
This commit is contained in:
parent
ef39c88231
commit
9b7f815a4a
2 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# Common CLI apps
|
||||
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./fish.nix
|
||||
./tmux.nix
|
||||
./vim.nix
|
||||
|
|
6
nix/home/features/cli/direnv.nix
Normal file
6
nix/home/features/cli/direnv.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue