Emacs and NixOS configuration
Problem: my blog used to reliably produce syntax-highlighted code blocks following the syntax highlighting of this Emacs configuration. However, recently, that stopped. This was a result of `htmlize` not being up to date: > Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required). > Falling back to plain text. (see `org-html-htmlize-output-type') To resolve this error, I pull in the dependency explicitly, which should result in org export using the correct, updated version. Signed-off-by: Lucas Sta Maria <lucas@priime.dev> |
||
---|---|---|
.calendars | ||
.config | ||
.emacs.d | ||
.local/bin | ||
.wallpaper | ||
nix/hosts | ||
flake.lock | ||
flake.nix | ||
README.org |
Dotfiles
My NixOS and Emacs configuration. I use stow to sync my dotfiles.
Program | Name |
---|---|
Window Manager | i3 |
Status Bar | i3 status |
Hotkey Daemon | i3 |
Program Launcher | dmenu |
Wallpaper Setter | nitrogen |
Terminal Emulator | alacritty |
Document Viewer | zathura / emacs |
Editor | emacs |
Notification Daemon | deadd |
Compositor | picom |
Shell | fish |
Browser | qutebrowser / firefox |
Nix files are stored in the nix/
directory. To rebuild:
sudo nixos-rebuild switch --flake .#framework