From b22e25767ce8e01cfaed9374c3c5d1f9e39df0ea Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 8 Feb 2024 19:44:43 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index 83e52219..28085c8a 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -1,7 +1,7 @@ { inputs, pkgs, config, lib, theme, ... }: { imports = [ inputs.nixvim.homeManagerModules.nixvim - ] ++ lib.optional (builtins.isString theme) ../../../stylix/${theme}/home-manager.nix; + ] ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager.nix; programs.nixvim = { enable = true;