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, ... }: {
|
||||
imports = [
|
||||
./nixvim/alpha.nix
|
||||
./alpha.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
] ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager/nixvim.nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue