diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 19:46:42 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-31 19:46:42 -0500 |
| commit | 914dfc4f066ef16a75e69f4bad304895b38a1aa5 (patch) | |
| tree | cb0ccb3772ad9dea840dcaa77aff88f3e46d810e /users/timmy/home.nix | |
| parent | 0a4ea9fbfa5a778b4ab64df8b308d557668daf3d (diff) | |
| download | nixos-914dfc4f066ef16a75e69f4bad304895b38a1aa5.tar.xz nixos-914dfc4f066ef16a75e69f4bad304895b38a1aa5.zip | |
move neovim config to neovim-vanilla flake
Diffstat (limited to 'users/timmy/home.nix')
| -rw-r--r-- | users/timmy/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/timmy/home.nix b/users/timmy/home.nix index 8b082c2..2957620 100644 --- a/users/timmy/home.nix +++ b/users/timmy/home.nix @@ -66,7 +66,7 @@ in { in bookmarksUserDirs; # Setup neovim - programs._neovim = { + programs.neovim-vanilla = { enable = true; viAlias = true; vimAlias = true; |
