@ -1,15 +1,16 @@
|
||||
{
|
||||
pkgs,
|
||||
# pkgs-51b85c,
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
in {
|
||||
options = {
|
||||
editor.neovim.enable =
|
||||
lib.mkEnableOption "enable neovim text editor";
|
||||
mkEnableOption "enable neovim text editor";
|
||||
};
|
||||
config = lib.mkIf config.editors.neovim.enable {
|
||||
config = mkIf config.editors.neovim.enable {
|
||||
# stylix.targets.nixvim.enable = true;
|
||||
home.packages = with pkgs; [neovide];
|
||||
programs.nixvim = {
|
||||
|
Reference in New Issue
Block a user