1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add nix-direnv, update README

This commit is contained in:
Stefan Ellmauthaler 2022-05-23 15:33:31 +02:00
parent f2f91b43d9
commit bc17bffd2b
Failed to extract signature
2 changed files with 5 additions and 4 deletions

View File

@ -15,11 +15,11 @@
# redesign checklist
- [ ] lorri or similar
- [ ] whole home manager stuff
- [ ] baseconfiguration handled
- [x] lorri or similar (nix-direnv)
- [x] whole home manager stuff
- [x] baseconfiguration handled
- [ ] programs handled
- [X] locale/fonts
- [X] zsh
- [ ] gnupg agent
- [x] gnupg agent

View File

@ -37,6 +37,7 @@
direnv = {
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
};