Test
This commit is contained in:
parent
d54b1c7d6d
commit
b1a7e7a750
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue