From 17e3cca03771c0fdfd3fc9ba1fd2cd5fb08df98a Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:14:14 +0100 Subject: [PATCH] Franz: Use nixvim instead of custom config --- home/franz.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/franz.nix b/home/franz.nix index 00cc6b5..f211c0b 100644 --- a/home/franz.nix +++ b/home/franz.nix @@ -6,7 +6,7 @@ in { imports = [ ./global - ./features/coding/nvim + ./features/coding/nixvim ./features/coding/tmux.nix ];