mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: vicinae, update servers
This commit is contained in:
parent
0e91b2184d
commit
edd507c0ec
20 changed files with 188 additions and 187 deletions
19
flake.nix
19
flake.nix
|
|
@ -62,6 +62,25 @@
|
|||
rust.follows = "rust";
|
||||
};
|
||||
};
|
||||
vicinae = {
|
||||
url = "github:vicinaehq/vicinae";
|
||||
inputs = {
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
vicinae-rbw = {
|
||||
url = "github:kittywitch/vicinae-rbw";
|
||||
flake = false;
|
||||
};
|
||||
vicinae-extensions = {
|
||||
url = "github:vicinaehq/extensions";
|
||||
inputs = {
|
||||
systems.follows = "systems";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
vicinae.follows = "vicinae";
|
||||
};
|
||||
};
|
||||
# better than nixpkgs.lib
|
||||
nix-std = {
|
||||
url = "github:chessai/nix-std";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue