changed nixvim and toilet inputs to be fetched from github

This commit is contained in:
pagedmov
2024-10-17 19:46:33 -04:00
parent 7441632394
commit d40fdbf8ee
21 changed files with 9 additions and 943 deletions

View File

@@ -38,9 +38,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nvim = {
url = "github:pagedMov/pagedmov-nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
#glasshouse-desktop dots
nvim.url = "path:./pkgs/nixvim";
toilet.url = "path:./pkgs/toilet";
toilet = {
url = "github:pagedMov/toilet-extra-fonts";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {