From 09821f1074dd72a183c1b2aec12da5122eec8300 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:40:25 +0200 Subject: [PATCH] Adjust configuration --- terminal-environment/editor.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terminal-environment/editor.nix b/terminal-environment/editor.nix index f366787..a24e2ec 100644 --- a/terminal-environment/editor.nix +++ b/terminal-environment/editor.nix @@ -2,8 +2,8 @@ let neovim_configuration = pkgs.fetchgit { url = "https://git.nichkara.eu/nichkara/nvim"; - rev = "5f052bf9aedf1128623fb07596aedd53b743468a"; - sha256 = "sha256-m8/fG8hzB3q2HCfm2DTo3bVnrP+QBBlaa1emVc7Y/KU="; + rev = "4d1d8e3fe72459790bf09bb0128e2c2c4c98e8d3"; + sha256 = "sha256-aqNRfj4JJXi7ah4QYU+5oszaazW+QXWHCLPJc8Q+tk4="; }; profile = import ../profile.nix; @@ -34,7 +34,7 @@ in withPython3 = true; withRuby = true; waylandSupport = true; - initLua = "require('nvim')"; + initLua = "require('core')"; }; xdg.configFile."nvim" = {