From 01d8e5a580e8f27206bf13625c96ec073254cbb6 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 17 Jul 2025 19:59:38 +0000 Subject: [PATCH] Default to nvim for the editor --- configs/users/eliribble/fish/fish_variables | 1 + users/eliribble.nix | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 configs/users/eliribble/fish/fish_variables diff --git a/configs/users/eliribble/fish/fish_variables b/configs/users/eliribble/fish/fish_variables new file mode 100644 index 0000000..4211edd --- /dev/null +++ b/configs/users/eliribble/fish/fish_variables @@ -0,0 +1 @@ +SETUVAR EDITOR:nvim diff --git a/users/eliribble.nix b/users/eliribble.nix index 05ad54c..c48d650 100644 --- a/users/eliribble.nix +++ b/users/eliribble.nix @@ -11,10 +11,6 @@ with lib; enable = true; user = "eliribble"; }; - #neovim = { - #enable = true; - #user = "eliribble"; - #}; }; home.stateVersion = "25.05";