This commit is contained in:
iFargle 2024-02-08 19:45:50 +09:00
parent b22e25767c
commit c80ae8cf47

View file

@ -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/nixvim.nix;
programs.nixvim = {
enable = true;