From ef5de419fae7c47069d0fb4415626dbbfab33595 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:49:44 +0000 Subject: start neovim config --- configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 3c136a6..4b24286 100644 --- a/configuration.nix +++ b/configuration.nix @@ -114,21 +114,13 @@ maim sxiv xwallpaper - lf wget git home-manager ]; - programs.neovim = { - enable = true; - defaultEditor = true; - configure = { - customRC = '' - set nu - ''; - }; - }; + # neovim + programs.neovim.enable = true; # gtk programs.dconf.enable = true; -- cgit v1.2.3