Common/direnv: configure using home-manager
This commit is contained in:
parent
9fc7d0c26b
commit
b7d90ad5a5
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{...}: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv = {
|
||||
home-manager.users.toast = {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue