feat: add custom icons repo
This commit is contained in:
parent
eac4a802ce
commit
cc57accbfc
3 changed files with 41 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue