Home Manager and Flakes
My main editor is NeoVim configured by Nix. This is accomplished using Nixvim.
Thanks to the many examples in this list for helping me build my own config.
- Unfree with home-manager and nixvim.
- Need to use
export NIXPKGS_ALLOW_UNFREE=1and--impureto build home-manager. - Even though I have unfree set in
configuration.nixand in the home-manager flake.
- Need to use
- Configure laziness for Nixvim.
- Add GitSigns (or whatever colors git changes in the left side)
- Migrate to i3 window manager.
- Pimp out
tmuxbottom bar. - Add a direnv setup to let me know when I'm in a nix shell.
- Rewrite Nix stuff to use fewer dependencies. Do not nixify NeoVim config.
- Add
kittyconfig. - Install
lazygit.