English is a programming language, fight me

This commit is contained in:
Geoffrey Frogeye 2024-01-19 22:50:01 +01:00
parent eac22be095
commit 55756e4ae7
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
9 changed files with 165 additions and 62 deletions

View file

@ -25,8 +25,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim/c96d7b46d05a78e695ed1c725d1596b65509b4f9";
# 24.05 Anything after this commit works
url = "github:GeoffreyFrogeye/nixvim/frogeye-23.11";
# 24.05 Ensure merged: https://github.com/nix-community/nixvim/pull/953
# url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
nixgl = {