feat: add custom icons repo

This commit is contained in:
Thiago Sposito 2025-09-28 22:08:53 -03:00
parent eac4a802ce
commit cc57accbfc
3 changed files with 41 additions and 0 deletions

View file

@ -8,6 +8,10 @@
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/master";
};
icons = {
url = "git+https://git.sr.ht/~sposito/icons";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
@ -51,6 +55,7 @@
pkgs = nixpkgs.legacyPackages.x86_64-linux;
extraSpecialArgs = {
inherit inputs outputs;
icons = inputs.icons;
};
modules = [
./home-manager/home.nix