This commit is contained in:
iFargle 2024-02-08 19:44:03 +09:00
parent 78a38efb6a
commit ec28162e1f

View file

@ -1,7 +1,7 @@
{ inputs, pkgs, config, lib, theme, ... }: { { inputs, pkgs, config, lib, theme, ... }: {
imports = [ imports = [
inputs.nixvim.homeManagerModules.nixvim 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 = { programs.nixvim = {
enable = true; enable = true;