From 7ed536d39a63d814220c3214d9614d335717716d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Schr=C3=B6ter?= Date: Mon, 18 May 2026 10:22:11 +0200 Subject: [PATCH] bambo-studio --- configuration.nix | 3 +++ home/programs/zsh.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 33a6ed0..479b313 100644 --- a/configuration.nix +++ b/configuration.nix @@ -100,6 +100,7 @@ in "video" "render" "adbusers" + "flatpak" ]; hashedPasswordFile = config.sops.secrets."user_password".path; }; @@ -153,6 +154,8 @@ in XDG_STATE_HOME = "$HOME/.local/state"; }; + services.flatpak.enable = true; + # ── Keyring ─────────────────────────────────────────────────────────── security.pam.services = { login.enableGnomeKeyring = true; diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index d38117d..94bf920 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -14,6 +14,7 @@ dotDir = "${config.xdg.configHome}/zsh"; shellAliases = { update = "sudo nixos-rebuild switch"; + bambo-studio = "flatpak run com.bambulab.BambuStudio"; }; autosuggestion.enable = true; localVariables = {