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 = {
|
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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -205,7 +205,6 @@ in
|
||||||
eza
|
eza
|
||||||
bat
|
bat
|
||||||
kdeconnect
|
kdeconnect
|
||||||
dotter
|
|
||||||
glib
|
glib
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
dconf
|
dconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue