This commit is contained in:
iFargle 2024-02-08 20:55:26 +09:00
parent 8bda9fabcf
commit b00c8a0501

View file

@ -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;