Update paths
This commit is contained in:
parent
b1a7e7a750
commit
0ed3f5543e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./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;
|
||||||
|
|
||||||
# https://github.com/nix-community/nixvim
|
# https://github.com/nix-community/nixvim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue