mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds iceshrimp as an input to the flake
This commit is contained in:
parent
a4d2e9dc85
commit
770ed25c5d
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@
|
|||
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
iceshrimp = {
|
||||
url = "git+https://iceshrimp.dev/iceshrimp/packaging";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, self, agenix, catppuccin, ...} @ inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue