nix-dotfiles/programs/neovim.nix
vorboyvo 770b7d23e9 Changed a bunch of packages installed through home manager
Added brightness and volume scripts to bind to media keys. Still imperfect
Refactored to put neovim in its own file, will do the same for others
2024-01-15 14:11:14 -05:00

7 lines
82 B
Nix

{
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
}