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

@@ -0,0 +1,8 @@
{ pkgs, ...}:
{
services.flatpak.enable = true;
services.flatpak.packages = [
"com.bambulab.BambuStudio"
];
}