mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
10 lines
192 B
Nix
10 lines
192 B
Nix
{
|
|
home-manager.users.may = {
|
|
programs.neovim = {
|
|
enable = true;
|
|
viAlias = true;
|
|
defaultEditor = true;
|
|
extraConfig = builtins.readFile ./shared.vim;
|
|
};
|
|
};
|
|
}
|