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:
parent
f2f91b43d9
commit
bc17bffd2b
@ -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
|
||||
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user