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 = {
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";

View file

@ -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;

View file

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