1
Fork 0

Syncthing!

This commit is contained in:
Matei Adriel 2023-07-07 21:25:05 +02:00
parent c9bf24c49b
commit 07cfb35e1d
No known key found for this signature in database
7 changed files with 72 additions and 8 deletions
home/features/desktop/firefox

View file

@ -181,13 +181,15 @@ in
apps.extensions = extensions;
apps.app = {
# {{{ Job stuff
# {{{ Asana
asana = {
url = "https://app.asana.com/";
icon = ./icons/asana.png;
displayName = "Asana";
id = 1;
};
# }}}
# {{{ Clockodo
clockodo = {
url = "https://my.clockodo.com/en/";
icon = ./icons/clockodo.png;
@ -195,27 +197,39 @@ in
id = 2;
};
# }}}
# }}}
# {{{ Gitlab
gitlab = {
url = "https://gitlab.com";
icon = ./icons/gitlab.png;
displayName = "Gitlab";
id = 3;
};
# }}}
# {{{ Desmos
desmos = {
url = "https://www.desmos.com/calculator";
icon = ./icons/desmos.png;
displayName = "Desmos";
id = 4;
};
# }}}
# {{{ Monkey type
monkey-type = {
url = "https://monkeytype.com/";
icon = ./icons/monkeytype.png;
displayName = "Monkeytype";
id = 5;
};
# }}}
# {{{ Syncthing
syncthing = {
url = "http://localhost:8384/";
icon = ./icons/syncthing.png;
displayName = "Syncthing";
id = 6;
};
# }}}
};
# }}}
};

Binary file not shown.

After

(image error) Size: 48 KiB