1
0
Fork 0
dotfiles/README.org
Lucas Sta Maria d1cc8424fd
docs(README): remove Emacs reorg line
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-11-03 19:08:29 -05:00

24 lines
933 B
Org Mode

#+title: Dotfiles
My NixOS and Emacs configuration. I use [[https://www.gnu.org/software/stow/][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:
#+begin_src sh
sudo nixos-rebuild switch --flake .#framework
#+end_src