From bb5a8555aee0a31827d72ad73ee7e9db82185900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Thu, 18 Jun 2026 20:24:34 +0200 Subject: [PATCH] Move neovim config to default location for 'core' update --- terminal-environment/editor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal-environment/editor.nix b/terminal-environment/editor.nix index ce5e70d..f366787 100644 --- a/terminal-environment/editor.nix +++ b/terminal-environment/editor.nix @@ -37,7 +37,7 @@ in initLua = "require('nvim')"; }; - xdg.configFile."nvim/lua/nvim" = { + xdg.configFile."nvim" = { source = neovim_configuration; }; }