Redid setup. I swear the commit messages will get better

This commit is contained in:
Weckyy702
2026-01-16 00:21:04 +01:00
parent a561aa45e9
commit 156bd44710
8 changed files with 2044 additions and 21 deletions

8
nixos/nixvim.nix Normal file
View File

@@ -0,0 +1,8 @@
{inputs, pkgs, }: {
inputs.nixvim = {
url = "github:nix-community/nixvim/nixos-25.11";
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
inputs.nixpkgs.follows = "nixpkgs";
};
}