This commit is contained in:
albert 2024-02-19 22:21:29 +09:00
parent d54b1c7d6d
commit b1a7e7a750
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,6 +1,6 @@
{ inputs, pkgs, lib, theme, ... }: { { inputs, pkgs, lib, theme, ... }: {
imports = [ imports = [
./nixvim/alpha.nix ./alpha.nix
inputs.nixvim.homeManagerModules.nixvim inputs.nixvim.homeManagerModules.nixvim
] ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager/nixvim.nix; ] ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager/nixvim.nix;