bambo-studio
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user