feat: add flurry and tsunami
This commit is contained in:
parent
82868c2f75
commit
35862330e6
3 changed files with 140 additions and 18 deletions
11
flake.nix
11
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue