Johan Rong 2 months ago
parent
commit
7ca8dabd67

+ 0 - 15
home/features/application/neovim.nix

@@ -1,15 +0,0 @@
-{ pkgs, lib, ... }:
-{
-  programs.neovim = {
-    enable = true;
-    vimAlias = true;
-
-    plugins = [
-      pkgs.vimPlugins.nvim-tree-lua {
-        plugin = pkgs.vimPlugins.vim-startify;
-        config = "let g:startify_change_to_vcs_root = 0";
-      }
-    ];
-  };
-
-}

+ 1 - 1
nixos/flavors/application/workstation/default.nix

@@ -70,7 +70,7 @@
 
   environment.variables = {
     QT_QPA_PLATFORMTHEME = "qt6ct";
-    EDITOR = "nvim";
+    EDITOR = "nano";
   };
 
   services.xserver.xkb = {