diff options
| author | Mel <einebeere@gmail.com> | 2024-09-13 19:59:48 +0000 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-09-13 19:59:48 +0000 |
| commit | 4f565c1984b6018bc824a1398eee3fc5becf0189 (patch) | |
| tree | 79b9fd0ba76559c8f026f35075bcdb86114f50d9 /configuration.nix | |
| parent | 97482db4bc7d749484dd641f070f8497b17fa5a1 (diff) | |
| download | rnrd-4f565c1984b6018bc824a1398eee3fc5becf0189.tar.zst rnrd-4f565c1984b6018bc824a1398eee3fc5becf0189.zip | |
Use vim_configurable instead of vim-full
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 3dbe00c..a240857 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,7 +90,7 @@ in programs = { vim = { defaultEditor = true; - package = pkgs.vim-full.customize { + package = pkgs.vim_configurable.customize { vimrcFile = ./configs/.vimrc; }; }; |
