Aktualizacja zależności i konfiguracji systemu
- Zaktualizowano `flake.lock` do nowszych wersji zależności. - Dodano `whalebird` i `toot` do konfiguracji aplikacji. - Rozszerzono ustawienia GNOME o obsługę `evolution-data-server` i `gnome-online-accounts`. - Zaktualizowano konfigurację `Librewolf`: - Dodano rozszerzenie `floccus`. - Usunięto zakładki do `FileCloud` i `Planka`. - Dodano zakładki do `Mastodon`, `DeepL Translate`, `PureVPN` i `Modifio`.
This commit is contained in:
@@ -9,5 +9,6 @@
|
||||
discord
|
||||
slack
|
||||
ungoogled-chromium
|
||||
whalebird
|
||||
];
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
fortune
|
||||
ookla-speedtest
|
||||
btop
|
||||
toot
|
||||
];
|
||||
}
|
||||
|
||||
@@ -64,7 +64,11 @@ in {
|
||||
# pkgs.hplipWithPlugin
|
||||
];
|
||||
};
|
||||
gnome.gnome-keyring.enable = true;
|
||||
gnome = {
|
||||
evolution-data-server.enable = true;
|
||||
gnome-online-accounts.enable = true;
|
||||
gnome-keyring.enable = true;
|
||||
};
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
|
||||
@@ -261,6 +261,7 @@
|
||||
# force = true;
|
||||
packages = with inputs.firefox-addons.packages.${system}; [
|
||||
bitwarden
|
||||
floccus
|
||||
ublock-origin
|
||||
sponsorblock
|
||||
darkreader
|
||||
@@ -584,24 +585,6 @@
|
||||
keyword = "@nextcloud";
|
||||
url = "https://nextcloud.garandplg.com";
|
||||
}
|
||||
{
|
||||
name = "FileCloud";
|
||||
tags = ["filecloud" "file" "cloud" "docker" "garand" "garandplg"];
|
||||
keyword = "@filecloud";
|
||||
url = "https://filecloud.garandplg.com/ui/core/index.html#/";
|
||||
}
|
||||
{
|
||||
name = "FileCloud Admin";
|
||||
tags = ["filecloud" "file" "cloud" "docker" "admin" "garand" "garandplg"];
|
||||
keyword = "@filecloud-admin";
|
||||
url = "https://filecloud.garandplg.com/ui/admin2/index.html#/";
|
||||
}
|
||||
{
|
||||
name = "Planka";
|
||||
tags = ["planka" "kanban" "foss" "docker" "garand" "garandplg"];
|
||||
keyword = "@planka";
|
||||
url = "https://planka.garandplg.com";
|
||||
}
|
||||
{
|
||||
name = "DDNS-GO";
|
||||
tags = ["ddns" "garand" "docker" "garandplg"];
|
||||
@@ -738,10 +721,16 @@
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "LibreTranslate";
|
||||
tags = ["libretranslate" "translation" "online"];
|
||||
keyword = "@libretranslate";
|
||||
url = "https://trans.zillyhuhn.com/?hl=pl";
|
||||
name = "Mastodon";
|
||||
tags = ["mastodon" "social" "network" "federated" "social-media"];
|
||||
keyword = "@mastodon";
|
||||
url = "https://metalhead.club";
|
||||
}
|
||||
{
|
||||
name = "DeepL Translate";
|
||||
tags = ["deepl" "translate" "online"];
|
||||
keyword = "@deepl";
|
||||
url = "https://www.deepl.com/pl/translator";
|
||||
}
|
||||
{
|
||||
name = "Plex.tv";
|
||||
@@ -773,6 +762,18 @@
|
||||
keyword = "@dropbox";
|
||||
url = "https://www.dropbox.com/home";
|
||||
}
|
||||
{
|
||||
name = "PureVPN";
|
||||
tags = ["vpn" "purevpn" "privacy" "security" "encryption"];
|
||||
keyword = "@purevpn";
|
||||
url = "https://www.purevpn.com";
|
||||
}
|
||||
{
|
||||
name = "Modifio";
|
||||
tags = ["modifio" "file" "converter" "free" "unlimited"];
|
||||
keyword = "@modifio";
|
||||
url = "https://modifio.vercel.app";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user