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 # redesign checklist
- [ ] lorri or similar - [x] lorri or similar (nix-direnv)
- [ ] whole home manager stuff - [x] whole home manager stuff
- [ ] baseconfiguration handled - [x] baseconfiguration handled
- [ ] programs handled - [ ] programs handled
- [X] locale/fonts - [X] locale/fonts
- [X] zsh - [X] zsh
- [ ] gnupg agent - [x] gnupg agent

View File

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