Moved neovim config to a separate module

This commit is contained in:
2025-08-09 10:06:34 +02:00
parent 7f7d320841
commit 3553270755
19 changed files with 104 additions and 467 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, gamingSystem, workSystem, currentSystemDe, ... }:
{ pkgs, gamingSystem, workSystem, currentSystemDe, ... }@ inputs:
{
environment.systemPackages = with pkgs; [
# CLI utils
@@ -40,7 +40,7 @@
man-pages
vim # The only and one great editor
# neovim # The only and one great editor improved even further
inputs.nixvim.packages.${system}.default # The only and one great editor improved even further
# Video card
vulkan-tools