My dotfiles are managed in nix.
| Shell | bash |
| DM | SDDM |
| WM | i3 + i3blocks |
| Editor | Doom Emacs |
| Terminal | kitty |
| Launcher | rofi |
| Keyboard | KMonad |
Create a ~/.netrc with the following config:
machine https://github.com
login <github username>
password <token, e.g. ghp_...>