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