feat(direnv): silence directory change logs
This commit is contained in:
@@ -15,6 +15,7 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home-manager.users.${user}.programs.direnv = {
|
home-manager.users.${user}.programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
silent = true;
|
||||||
|
|
||||||
# nix-direnv caches the evaluated shell so re-entering a directory is instant
|
# nix-direnv caches the evaluated shell so re-entering a directory is instant
|
||||||
# instead of re-running `nix develop`, and adds the `use flake` stdlib helper.
|
# instead of re-running `nix develop`, and adds the `use flake` stdlib helper.
|
||||||
|
|||||||
Reference in New Issue
Block a user