From a76847911c1975bf89e031154c7722d7919ef053 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 16:44:30 +0200 Subject: modules: Import external modules in the module that actually need them --- modules/by-name/nv/nvim/module.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/by-name/nv') diff --git a/modules/by-name/nv/nvim/module.nix b/modules/by-name/nv/nvim/module.nix index f394db3b..819646d6 100644 --- a/modules/by-name/nv/nvim/module.nix +++ b/modules/by-name/nv/nvim/module.nix @@ -11,6 +11,7 @@ pkgs, lib, config, + modules, ... }: let cfg = config.soispha.programs.nvim; @@ -33,6 +34,10 @@ in { config = lib.mkIf cfg.enable { home-manager.users.soispha = { + imports = [ + modules.nixvim.homeManagerModules.nixvim + ]; + home.sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim"; -- cgit 1.4.1