diff options
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; |
