Add bambu-studio the flatpak nix way

This commit is contained in:
Armel van Ravels
2026-04-24 13:51:28 +02:00
parent bd857c77dd
commit e10cf04bd4
8 changed files with 44 additions and 18 deletions

View File

@@ -14,6 +14,11 @@
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak = {
url = "github:gmodena/nix-flatpak";
inputs.nixpkgs.follows = "nixpkgs";
};
};
# This strange syntax is a workaround for the intentional limitations of `flake.nix` files.