mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 14:03:55 +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; } */
|
/* #nav-bar { width: 100vw !important; } */
|
||||||
/*---+---+---+---+---+---+---+
|
/*---+---+---+---+---+---+---+
|
||||||
| C | O | L | O | U | R | S |
|
| 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
|
openvpn
|
||||||
|
|
||||||
|
tor-browser
|
||||||
|
|
||||||
|
kleopatra
|
||||||
|
|
||||||
moodle-dl
|
moodle-dl
|
||||||
|
|
||||||
obsidian
|
obsidian
|
||||||
|
|
Loading…
Reference in a new issue