add flatpaks with nix-flatpak

This commit is contained in:
2025-11-07 18:22:05 -06:00
parent 38c0191ad2
commit d014733441
7 changed files with 100 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";