protonmail: add bridge to autostart
This commit is contained in:
parent
6d94b55887
commit
f22f65f173
3 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
clip = "wl-copy";
|
||||
dp = "env --chdir ~/.dotfiles/ dotter deploy -v";
|
||||
dp = "env --chdir ~/.dotfiles/ ${pkgs.dotter}/bin/dotter deploy -v";
|
||||
l = "eza -laa";
|
||||
ls = "eza -la";
|
||||
ll = "eza -l";
|
||||
|
|
|
@ -130,6 +130,11 @@
|
|||
[ -z "$(pidof kdeconnect-indicator)" ] && ${pkgs.kdeconnect}/bin/kdeconnect-indicator
|
||||
'';
|
||||
}
|
||||
{
|
||||
command = ''
|
||||
[ -z "$(pidof protonmail-bridge)" ] && ${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge
|
||||
'';
|
||||
}
|
||||
{
|
||||
command = "${set-background}/bin/set-background -f ${wallpaper}";
|
||||
always = true;
|
||||
|
|
|
@ -205,7 +205,6 @@ in
|
|||
eza
|
||||
bat
|
||||
kdeconnect
|
||||
dotter
|
||||
glib
|
||||
wireguard-tools
|
||||
dconf
|
||||
|
|
Loading…
Add table
Reference in a new issue