10 lines
152 B
Nix
10 lines
152 B
Nix
{...}: {
|
|
home-manager.users.toast = {
|
|
programs.direnv = {
|
|
enable = true;
|
|
nix-direnv = {
|
|
enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|