mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 16:29:46 +01:00
12 lines
139 B
Nix
12 lines
139 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs = {
|
|
direnv = {
|
|
enable = true;
|
|
silent = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
};
|
|
|
|
}
|