Migrating some doom emacs to nvchad

This commit is contained in:
Emmet
2024-09-14 20:31:57 -05:00
parent f975867a81
commit 29eacd05bb
12 changed files with 353 additions and 3 deletions

View File

@ -32,7 +32,7 @@
term = "alacritty"; # Default terminal command;
font = "Intel One Mono"; # Selected font
fontPkg = pkgs.intel-one-mono; # Font package
editor = "emacsclient"; # Default editor;
editor = "neovide"; # Default editor;
# editor spawning translator
# generates a command that can be used to spawn editor inside a gui
# EDITOR and TERM session variables must be set in home.nix or other module