mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
8 lines
139 B
Nix
8 lines
139 B
Nix
{
|
|
home-manager.users.may = {
|
|
programs.vim = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile ./shared.vim;
|
|
};
|
|
};
|
|
}
|