This commit is contained in:
Kat Inskip 2025-07-18 16:30:54 -07:00
parent f6f6ae6b6a
commit e1fb6158a0
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 86 additions and 5 deletions

View file

@ -8,6 +8,9 @@
nixpkgs.follows = "nixpkgs";
};
};
nix-flatpak = {
url = "github:gmodena/nix-flatpak/?ref=latest";
};
rust = {
url = "github:arcnmx/nixexprs-rust";
inputs = {
@ -76,6 +79,10 @@
nixpkgs.follows = "nixpkgs";
};
};
zen-browser = {
url = "github:MarceColl/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-xr = {
url = "github:nix-community/nixpkgs-xr";
inputs = {