Adds catppuccin nix flake for themeing lots of programs easily. This
enables proper themeing for:
* zathura
* imv
* fcitx (declarative settings)
* lazygit
* btop
* gtk
It also pulls in the home-manager sessionVars which is necessary to
theme applications.
The session vars change also reduces the number of env-vars that need to
be set in the zshrc due to them being set declaratively elsewhere.
Adds the config that I use for a lot of the non-secret or personally
identifying parts of neomutt. Lacks a lot of important bits like
actually doing anything with the emails; but at least a lot of the
graphical stuff is pretty now and saved in git.
This
1. Sorts the aliases
2. Removes a couple of comments that havent been used in a long time
3. Shortens paths to include ~/ instead of /home/flyingstitchman
This refactors the config to be a lot more readable. In addition it
adds:
* New Wallpaper
* Different Indicator Position
* Removes Startup Delay
* New Colors
This removes another program from the list that I never bothered to make
look good.
Problem: In neovimg when using a terminal (like toggleterm) and trying
to press shift+space in an curses type application like lazygit, it will
print an escape sequence instead of printing the space key. This
textbinding remaps it so it will now print space instead. Has minor
implications for escape sequences and stuff.