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 = {