diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-03-27 01:49:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 01:49:44 +0000 |
| commit | ef5de419fae7c47069d0fb4415626dbbfab33595 (patch) | |
| tree | 0b9cebdf481cd80c0fce483a8a37f308c6cbd5da /configuration.nix | |
| parent | cdf380222440fdda6cc6739e8a925cbdbd7c12cb (diff) | |
start neovim config
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 12 |
1 files changed, 2 insertions, 10 deletions
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; |
