feat: add flurry and tsunami

This commit is contained in:
Noa Aarts 2024-10-22 19:57:45 +02:00
parent 82868c2f75
commit 35862330e6
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 140 additions and 18 deletions

View file

@ -54,6 +54,17 @@
oxalica = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
tsunami = {
url = "github:itepastra/tsunami";
inputs.nixpkgs.follows = "nixpkgs";
};
flurry = {
url = "github:itepastra/flurry";
inputs.nixpkgs.follows = "nixpkgs";
};
cosmic = {