bambo-studio

This commit is contained in:
2026-05-18 10:22:11 +02:00
parent 46c54570d6
commit 7ed536d39a
2 changed files with 4 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ in
"video" "video"
"render" "render"
"adbusers" "adbusers"
"flatpak"
]; ];
hashedPasswordFile = config.sops.secrets."user_password".path; hashedPasswordFile = config.sops.secrets."user_password".path;
}; };
@@ -153,6 +154,8 @@ in
XDG_STATE_HOME = "$HOME/.local/state"; XDG_STATE_HOME = "$HOME/.local/state";
}; };
services.flatpak.enable = true;
# ── Keyring ─────────────────────────────────────────────────────────── # ── Keyring ───────────────────────────────────────────────────────────
security.pam.services = { security.pam.services = {
login.enableGnomeKeyring = true; login.enableGnomeKeyring = true;

View File

@@ -14,6 +14,7 @@
dotDir = "${config.xdg.configHome}/zsh"; dotDir = "${config.xdg.configHome}/zsh";
shellAliases = { shellAliases = {
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch";
bambo-studio = "flatpak run com.bambulab.BambuStudio";
}; };
autosuggestion.enable = true; autosuggestion.enable = true;
localVariables = { localVariables = {