Moved neovim config to core nixos config

This commit is contained in:
2025-04-14 16:50:12 +01:00
parent 8adfe8ad50
commit c640df0271
4 changed files with 19 additions and 19 deletions

View File

@@ -8,5 +8,6 @@
}: {
imports = [
./programs/yazi.nix
./programs/neovim.nix
];
}

View File

@@ -0,0 +1,18 @@
{
inputs,
lib,
config,
pkgs,
unstablePkgs,
...
}: {
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
withPython3 = true;
withNodeJs = true;
withRuby = true;
};
}

View File

@@ -176,16 +176,6 @@
unstablePkgs.yazi
];
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
withPython3 = true;
withNodeJs = true;
withRuby = true;
};
# Enable the OpenSSH daemon and other remote tools.
services.openssh = {
enable = true;

View File

@@ -276,15 +276,6 @@
enable = true;
extraOptions = ["--unsupported-gpu"];
};
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
withPython3 = true;
withNodeJs = true;
withRuby = true;
};
programs.waybar.enable = true;
# Enable my preferred DE utilities