mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 12:13:54 +01:00
firefox stuff
This commit is contained in:
parent
a1747c0683
commit
c5040cc085
|
@ -1,4 +1,4 @@
|
|||
/* #TabsToolbar { display: none !important; } */
|
||||
#TabsToolbar { display: none !important; }
|
||||
/* #nav-bar { width: 100vw !important; } */
|
||||
/*---+---+---+---+---+---+---+
|
||||
| C | O | L | O | U | R | S |
|
||||
|
|
|
@ -74,6 +74,31 @@ with inputs; {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "piracy";
|
||||
bookmarks = [
|
||||
{
|
||||
name = "slskd";
|
||||
url = "http://seraphim.fritz.box:5030";
|
||||
}
|
||||
{
|
||||
name = "Sonarr";
|
||||
url = "http://seraphim.fritz.box:8989";
|
||||
}
|
||||
{
|
||||
name = "Radarr";
|
||||
url = "http://seraphim.fritz.box:7878";
|
||||
}
|
||||
{
|
||||
name = "Prowlarr";
|
||||
url = "http://seraphim.fritz.box:9696";
|
||||
}
|
||||
{
|
||||
name = "qBittorrent";
|
||||
url = "http://seraphim.fritz.box:8085";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
@ -75,6 +75,10 @@ in {
|
|||
|
||||
openvpn
|
||||
|
||||
tor-browser
|
||||
|
||||
kleopatra
|
||||
|
||||
moodle-dl
|
||||
|
||||
obsidian
|
||||
|
|
Loading…
Reference in a new issue