feat (home/packages): protonmail-bridge, newsflash, launch-new-instance
This commit is contained in:
parent
61137b6ce8
commit
0ff449757e
2 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue