nix-direnv

feat/kile-v2
Ricard Illa 2022-08-17 15:48:48 +02:00
parent beaa7e2c72
commit dc6d856aed
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 6 additions and 0 deletions

View File

@ -199,5 +199,11 @@
};
};
programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
home.stateVersion = "21.11";
}