add direnv to home manager
This commit is contained in:
parent
f7db183202
commit
da571e0717
3 changed files with 8 additions and 12 deletions
7
home/direnv.nix
Normal file
7
home/direnv.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
./git.nix
|
||||
./ssh.nix
|
||||
./bash.nix
|
||||
./direnv.nix
|
||||
./tlrc.nix
|
||||
./firefox.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -44,18 +44,6 @@
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
package = pkgs.direnv;
|
||||
silent = false;
|
||||
loadInNixShell = true;
|
||||
direnvrcExtra = "";
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
package = pkgs.nix-direnv;
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue