Add bambu-studio the flatpak nix way

This commit is contained in:
Armel van Ravels
2026-04-24 13:51:28 +02:00
committed by Armel van Ravels
parent bd857c77dd
commit 1b75b1bc9a
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"
];
}