feat(base): add nurl

This commit is contained in:
matt1432 2024-12-15 23:10:06 -05:00
parent ce9bb61f7f
commit ea06868e39
4 changed files with 46 additions and 2 deletions

View file

@ -343,6 +343,12 @@
repo = "nixpkgs-wayland";
type = "github";
};
nurl = {
inputs.nixpkgs.follows = "nixpkgs";
owner = "nix-community";
repo = "nurl";
type = "github";
};
nvim-theme-src = {
flake = false;
owner = "Mofiqul";