feat (home/packages): protonmail-bridge, newsflash, launch-new-instance

This commit is contained in:
Henri Saudubray 2026-01-11 14:32:14 +01:00
parent 61137b6ce8
commit 0ff449757e
2 changed files with 9 additions and 0 deletions

View file

@ -23,6 +23,8 @@
discord
signal-desktop
gapless
protonmail-bridge-gui
newsflash
# Development
## Typst, LaTeX
@ -88,6 +90,7 @@
ui.default-command = "log";
};
};
firefox = {
enable = true;
profiles.default = {
@ -103,7 +106,9 @@
'';
};
};
bat.enable = true;
git = {
enable = true;
settings = {
@ -115,13 +120,16 @@
};
signing.format = "openpgp";
};
bash = {
enable = true;
bashrcExtra = ''
export PS1=" \W \[\e[33m\]λ\[\e[0m\] "
'';
};
gpg.enable = true;
zoxide = {
enable = true;
enableBashIntegration = true;