1
0
Fork 0

docs(README): update for NixOS

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-07-26 22:30:33 -07:00
parent 35e75575f8
commit 4da6cb87c2
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -1,20 +1,26 @@
#+title: Dotfiles #+title: Dotfiles
My Arch Linux and Emacs configuration. I use [[https://github.com/plamorg/ambit][ambit]] to sync my dotfiles. My NixOS and Emacs configuration. I use [[https://www.gnu.org/software/stow/][stow]] to sync my dotfiles.
| *Program* | *Name* | | *Program* | *Name* |
|---------------------+-----------------------| |---------------------+-----------------------|
| Window Manager | bspwm | | Window Manager | i3 |
| Status Bar | eww | | Status Bar | i3 status |
| Hotkey Daemon | sxhkd | | Hotkey Daemon | i3 |
| Program Launcher | rofi | | Program Launcher | dmenu |
| Wallpaper Setter | nitrogen | | Wallpaper Setter | nitrogen |
| Terminal Emulator | alacritty | | Terminal Emulator | alacritty |
| Document Viewer | zathura / emacs | | Document Viewer | zathura / emacs |
| Editor | emacs | | Editor | emacs |
| Notification Daemon | dunst | | Notification Daemon | dunst (nixos: none) |
| Compositor | picom | | Compositor | picom |
| Shell | fish | | Shell | fish |
| Browser | qutebrowser / firefox | | Browser | qutebrowser / firefox |
/Aside/: My Emacs config is relatively messy right now... I'm in the process of reorganising to leverage =use-package=. /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:
#+begin_src sh
sudo nixos-rebuild switch --flake .#framework
#+end_src