From 8fa948b0be85bd3935ad7e6d7c20006d0fe40c12 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 30 Dec 2025 14:27:17 +0100 Subject: [PATCH] fix(home): set correct name for nixvim config --- users/aaron/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/aaron/home.nix b/users/aaron/home.nix index 0ea8dde..50bcb09 100644 --- a/users/aaron/home.nix +++ b/users/aaron/home.nix @@ -3,7 +3,7 @@ { imports = [ ../../modules/home-manager/git.nix - ../../modules/home-manager/nvim.nix + ../../modules/home-manager/nixvim.nix ../../modules/home-manager/programs.nix ../../modules/home-manager/shell.nix ../../modules/home-manager/styling.nix