misc cleanup

This commit is contained in:
iofq 2026-01-18 12:53:24 -06:00
parent 1943a3c679
commit cabf5f52e1
7 changed files with 111 additions and 52 deletions

View file

@ -26,9 +26,10 @@
};
# nvim = {
# url = "github:iofq/nvim.nix";
# url = "path:/home/e/dev/nvim.nix";
# };
nvim = {
url = "path:/home/e/dev/nvim.nix";
url = "github:iofq/nvim.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {