Compare commits
No commits in common. "f55ce002921e934f1abda4dcbb22db3a231a87e8" and "dd27c33037645ca78b48babb6e03328c691ebb12" have entirely different histories.
f55ce00292
...
dd27c33037
2 changed files with 23 additions and 3 deletions
23
README.org
23
README.org
|
@ -1,3 +1,24 @@
|
|||
#+title: Dotfiles
|
||||
|
||||
My NixOS and Emacs configuration.
|
||||
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
|
||||
|
|
|
@ -65,8 +65,6 @@
|
|||
zip
|
||||
framework-system-tools
|
||||
ffmpeg
|
||||
claude-code
|
||||
prr
|
||||
|
||||
niri
|
||||
fuzzel
|
||||
|
@ -114,6 +112,7 @@
|
|||
qbittorrent
|
||||
davinci-resolve-studio
|
||||
handbrake
|
||||
claude-code
|
||||
|
||||
# Required by DVR
|
||||
kitty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue