1
0
Fork 0
Emacs and NixOS configuration
Find a file
Lucas Sta Maria 83be94da15
fix(alacritty): remove redundant config with nix
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-07-31 23:52:42 -07:00
.calendars fix(calendars): add debug line 2023-12-31 11:45:29 -05:00
.config fix(alacritty): remove redundant config with nix 2024-07-31 23:52:42 -07:00
.emacs.d fix(emacs): minor smtp email config 2024-07-31 22:10:54 -07:00
.local/bin feat(rofi): add rofi config and scripts 2024-01-29 00:17:19 -05:00
.wallpaper add wallpapers, qutebrowser; update bspwm/sxhkd 2022-04-06 15:38:09 -04:00
nix fix(nix): add python lsp packages 2024-07-31 22:09:27 -07:00
.zshrc fix(zsh): update aliases 2024-01-20 11:11:41 -05:00
README.org docs(README): update for NixOS 2024-07-27 21:33:44 -07:00

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