protonmail: add bridge to autostart

This commit is contained in:
Nydragon 2024-05-27 21:10:27 +09:00
parent 6d94b55887
commit f22f65f173
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209
3 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,10 @@
{ ... }: { pkgs, ... }:
{ {
programs.fish = { programs.fish = {
enable = true; enable = true;
shellAbbrs = { shellAbbrs = {
clip = "wl-copy"; clip = "wl-copy";
dp = "env --chdir ~/.dotfiles/ dotter deploy -v"; dp = "env --chdir ~/.dotfiles/ ${pkgs.dotter}/bin/dotter deploy -v";
l = "eza -laa"; l = "eza -laa";
ls = "eza -la"; ls = "eza -la";
ll = "eza -l"; ll = "eza -l";

View file

@ -130,6 +130,11 @@
[ -z "$(pidof kdeconnect-indicator)" ] && ${pkgs.kdeconnect}/bin/kdeconnect-indicator [ -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}"; command = "${set-background}/bin/set-background -f ${wallpaper}";
always = true; always = true;

View file

@ -205,7 +205,6 @@ in
eza eza
bat bat
kdeconnect kdeconnect
dotter
glib glib
wireguard-tools wireguard-tools
dconf dconf