test
This commit is contained in:
parent
8bda9fabcf
commit
b00c8a0501
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
{ inputs, pkgs, config, lib, theme, ... }: {
|
||||
imports = [
|
||||
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;
|
||||
|
||||
programs.nixvim = {
|
||||
colorscheme = lib.mkForce "everforest";
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
|
Loading…
Reference in a new issue