Aktualizacja flake.lock i konfiguracji systemu
- Zaktualizowano `flake.lock` z nowymi wersjami zależności. - Dodano `btop` do pakietów w `tty.nix`. - Wprowadzono poprawki do `stylix.nix`. - Zmieniono konfigurację `Librewolf`: - Wyłączono `nativeMessagingHosts` dla `firefoxpwa`. - Dostosowano wygląd (ukrycie paska zakładek, zmiany w bocznym panelu). - Zaktualizowano zakładki (nowe adresy URL, poprawione nazwy i tagi).
This commit is contained in:
@@ -10,5 +10,6 @@
|
||||
sl
|
||||
fortune
|
||||
ookla-speedtest
|
||||
btop
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
# host,
|
||||
...
|
||||
}: {
|
||||
# Styling Options
|
||||
stylix = {
|
||||
# targets.librewolf.profileNames = ["${host}"];
|
||||
enable = true;
|
||||
image = ../../../config/wallpapers/attack-on-titan-mikasa-ackerman.jpg;
|
||||
# base16Scheme = {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
librewolf = {
|
||||
enable = true;
|
||||
package = pkgs.librewolf;
|
||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
# nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
languagePacks = ["pl" "en-US"];
|
||||
profiles = {
|
||||
"${host}" = {
|
||||
@@ -35,6 +35,11 @@
|
||||
"browser.tabs.insertRelatedAfterCurrent" = false;
|
||||
"browser.sessionstore.resume_from_crash" = true;
|
||||
"browser.sessionstore.resume_session_once" = true;
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
|
||||
"sidebar.main.tools" = "history,bookmarks";
|
||||
"sidebar.revamp" = true;
|
||||
"sidebar.verticalTabs" = true;
|
||||
|
||||
"browser.eme.ui.enabled" = true;
|
||||
"media.eme.enabled" = true;
|
||||
@@ -491,16 +496,16 @@
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Fffrree Django";
|
||||
name = "Django";
|
||||
tags = ["django" "work" "project" "team" "development"];
|
||||
keyword = "@fffree-django";
|
||||
url = "http://localhost:8888";
|
||||
url = "http://localhost:8000";
|
||||
}
|
||||
{
|
||||
name = "Fffree Django Admin";
|
||||
name = "Django Admin";
|
||||
tags = ["django" "work" "project" "team" "development" "admin"];
|
||||
keyword = "@fffree-django-admin";
|
||||
url = "http://localhost:8888/admin";
|
||||
url = "http://localhost:8000/admin";
|
||||
}
|
||||
{
|
||||
name = "Slack";
|
||||
@@ -509,16 +514,16 @@
|
||||
url = "https://app.slack.com/client/TAJ030EF5/D04C240MM4N/rimeto_profile/U04CMAQ0CG1";
|
||||
}
|
||||
{
|
||||
name = "Trello Fffrree";
|
||||
name = "Trello";
|
||||
tags = ["trello" "work" "project" "management" "team"];
|
||||
keyword = "@trello";
|
||||
url = "https://trello.com/b/gc4c8lz0/fffrreecom-development";
|
||||
url = "https://trello.com/b/P4tiznFO/spo%C5%82ecznosci";
|
||||
}
|
||||
{
|
||||
name = "Google Sheets";
|
||||
tags = ["google" "sheets" "work" "team" "collaboration"];
|
||||
keyword = "@google-sheets";
|
||||
url = "https://docs.google.com/spreadsheets/d/1hK9qLUJWbzlJOiHpzu384f_UBv1tDizGUyWO96G7hTY/edit?pli=1&gid=175484926#gid=175484926";
|
||||
url = "https://docs.google.com/spreadsheets/d/1hK9qLUJWbzlJOiHpzu384f_UBv1tDizGUyWO96G7hTY/edit?pli=1&gid=1608299227#gid=1608299227";
|
||||
}
|
||||
];
|
||||
}
|
||||
@@ -573,6 +578,12 @@
|
||||
keyword = "@vaultwarden";
|
||||
url = "https://vw.garandplg.com";
|
||||
}
|
||||
{
|
||||
name = "Nextcloud";
|
||||
tags = ["nextcloud" "file" "cloud" "docker" "garand" "garandplg"];
|
||||
keyword = "@nextcloud";
|
||||
url = "https://nextcloud.garandplg.com";
|
||||
}
|
||||
{
|
||||
name = "FileCloud";
|
||||
tags = ["filecloud" "file" "cloud" "docker" "garand" "garandplg"];
|
||||
@@ -738,6 +749,12 @@
|
||||
keyword = "@plex.tv";
|
||||
url = "https://app.plex.tv/desktop/#!/";
|
||||
}
|
||||
{
|
||||
name = "Tutamail";
|
||||
tags = ["tutanota" "tuta" "tutamail" "email" "mail"];
|
||||
keyword = "@tutamail";
|
||||
url = "https://mail.tutanota.com/";
|
||||
}
|
||||
{
|
||||
name = "The Ultimate Map Quiz Site - Seterra";
|
||||
tags = ["quiz" "map" "seterra"];
|
||||
|
||||
Reference in New Issue
Block a user