Add neovim config + small updates

This commit is contained in:
J. Fernando Sánchez
2026-06-01 00:25:56 +02:00
parent 5506ca07a2
commit 89f9e3d9bc
8 changed files with 747 additions and 75 deletions

View File

@@ -8,10 +8,12 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
{ nixpkgs, home-manager, ... }:
{ nixpkgs, home-manager, ... } @ inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
@@ -30,6 +32,7 @@
# Optionally use extraSpecialArgs
# to pass through arguments to home.nix
extraSpecialArgs = { inherit inputs; };
};
# Home