Emacs and NixOS configuration
For some reason, removing those two lines from `misc.el` prevents projectile from "working" on the first try when opening up for projects... As in, there is no completion in the minibuffer. |
||
---|---|---|
.calendars | ||
.config | ||
.emacs.d | ||
.local/bin | ||
.wallpaper | ||
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 | dunst (nixos: none) |
Compositor | picom |
Shell | fish |
Browser | qutebrowser / firefox |
Aside: My Emacs config is relatively messy right now… I'm in the process of reorganising to leverage use-package
.
Nix files are stored in the nix/
directory. To rebuild:
sudo nixos-rebuild switch --flake .#framework