Modules/Firefox: Add chmod-calculator bookmark
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
let
|
||||
bookmark = name: url: {
|
||||
mkBm = name: url: {
|
||||
name = name;
|
||||
url = url;
|
||||
};
|
||||
@ -12,22 +12,22 @@ in [
|
||||
{
|
||||
name = "NixOS";
|
||||
bookmarks = [
|
||||
(bookmark "Package Search" "https://search.nixos.org/packages")
|
||||
(bookmark "Option Search" "https://search.nixos.org/options?")
|
||||
(bookmark "Function Search" "https://noogle.dev/")
|
||||
(bookmark "HM Option Search" "https://mipmip.github.io/home-manager-option-search/")
|
||||
(bookmark "NUR Package Sarch" "https://nur.nix-community.org/")
|
||||
(bookmark "Nix Package Versions" "https://lazamar.co.uk/nix-versions/")
|
||||
(bookmark "Nixpkgs Progress Tracker" "https://nixpk.gs/pr-tracker.html")
|
||||
(bookmark "NixOS Wiki" "https://wiki.nixos.org/wiki/NixOS_Wiki")
|
||||
(bookmark "Nix Manual" "https://nix.dev/manual/nix/stable/")
|
||||
(bookmark "Nixpkgs Manual" "https://nixos.org/manual/nixpkgs/unstable/")
|
||||
(bookmark "NixOS Manual" "https://nixos.org/manual/nixos/unstable/")
|
||||
(bookmark "Nixpkgs Issues" "https://github.com/NixOS/nixpkgs/issues")
|
||||
(mkBm "Package Search" "https://search.nixos.org/packages")
|
||||
(mkBm "Option Search" "https://search.nixos.org/options?")
|
||||
(mkBm "Function Search" "https://noogle.dev/")
|
||||
(mkBm "HM Option Search" "https://mipmip.github.io/home-manager-option-search/")
|
||||
(mkBm "NUR Package Sarch" "https://nur.nix-community.org/")
|
||||
(mkBm "Nix Package Versions" "https://lazamar.co.uk/nix-versions/")
|
||||
(mkBm "Nixpkgs Progress Tracker" "https://nixpk.gs/pr-tracker.html")
|
||||
(mkBm "NixOS Wiki" "https://wiki.nixos.org/wiki/NixOS_Wiki")
|
||||
(mkBm "Nix Manual" "https://nix.dev/manual/nix/stable/")
|
||||
(mkBm "Nixpkgs Manual" "https://nixos.org/manual/nixpkgs/unstable/")
|
||||
(mkBm "NixOS Manual" "https://nixos.org/manual/nixos/unstable/")
|
||||
(mkBm "Nixpkgs Issues" "https://github.com/NixOS/nixpkgs/issues")
|
||||
];
|
||||
}
|
||||
(bookmark "Searchix" "https://searchix.ovh/")
|
||||
(bookmark "Latest" "https://discourse.nixos.org/latest")
|
||||
(mkBm "Searchix" "https://searchix.ovh/")
|
||||
(mkBm "Latest" "https://discourse.nixos.org/latest")
|
||||
"separator"
|
||||
|
||||
# HomeLab
|
||||
@ -35,24 +35,24 @@ in [
|
||||
{
|
||||
name = "Lab";
|
||||
bookmarks = [
|
||||
(bookmark "LAN Smart Switch" "http://192.168.86.2/")
|
||||
(bookmark "WiFi Access Point" "http://192.168.86.3/")
|
||||
(bookmark "OPNsense" "https://192.168.86.5/")
|
||||
(bookmark "PVE Direct" "https://192.168.86.4:8006/#v1:0:18:4:::::::")
|
||||
(bookmark "PVF Direct" "https://192.168.86.13:8006/#v1:0:18:4:::::::")
|
||||
(bookmark "Local NGINX" "https://nginx.local.chriphost.de/")
|
||||
(bookmark "Think NGINX" "https://nginx.think.chriphost.de/")
|
||||
(bookmark "VPS NGINX" "http://vps.chriphost.de:51810/")
|
||||
(bookmark "Portainer" "https://portainer.think.chriphost.de/")
|
||||
(mkBm "LAN Smart Switch" "http://192.168.86.2/")
|
||||
(mkBm "WiFi Access Point" "http://192.168.86.3/")
|
||||
(mkBm "OPNsense" "https://192.168.86.5/")
|
||||
(mkBm "PVE Direct" "https://192.168.86.4:8006/#v1:0:18:4:::::::")
|
||||
(mkBm "PVF Direct" "https://192.168.86.13:8006/#v1:0:18:4:::::::")
|
||||
(mkBm "Local NGINX" "https://nginx.local.chriphost.de/")
|
||||
(mkBm "Think NGINX" "https://nginx.think.chriphost.de/")
|
||||
(mkBm "VPS NGINX" "http://vps.chriphost.de:51810/")
|
||||
(mkBm "Portainer" "https://portainer.think.chriphost.de/")
|
||||
];
|
||||
}
|
||||
(bookmark "Cloud" "https://nextcloud.local.chriphost.de/apps/files/files")
|
||||
(bookmark "Immich" "https://immich.local.chriphost.de/photos")
|
||||
(bookmark "Jelly" "https://jellyfin.local.chriphost.de/web/#/home.html")
|
||||
(bookmark "HASS" "https://hass.think.chriphost.de/lovelace")
|
||||
(bookmark "Docs" "https://paperless.local.chriphost.de/documents?sort=created&reverse=1&page=1")
|
||||
(bookmark "Gitea" "https://gitea.local.chriphost.de/christoph")
|
||||
(bookmark "Chat" "http://localhost:11435/")
|
||||
(mkBm "Cloud" "https://nextcloud.local.chriphost.de/apps/files/files")
|
||||
(mkBm "Immich" "https://immich.local.chriphost.de/photos")
|
||||
(mkBm "Jelly" "https://jellyfin.local.chriphost.de/web/#/home.html")
|
||||
(mkBm "HASS" "https://hass.think.chriphost.de/lovelace")
|
||||
(mkBm "Docs" "https://paperless.local.chriphost.de/documents?sort=created&reverse=1&page=1")
|
||||
(mkBm "Gitea" "https://gitea.local.chriphost.de/christoph")
|
||||
(mkBm "Chat" "http://localhost:11435/")
|
||||
"separator"
|
||||
|
||||
# Coding
|
||||
@ -60,33 +60,34 @@ in [
|
||||
{
|
||||
name = "Coding";
|
||||
bookmarks = [
|
||||
(bookmark "C++Ref" "https://en.cppreference.com/w/")
|
||||
(bookmark "Rust" "https://doc.rust-lang.org/stable/book/ch03-00-common-programming-concepts.html")
|
||||
(bookmark "RustOS" "https://os.phil-opp.com/")
|
||||
(bookmark "Interpreters" "https://craftinginterpreters.com/contents.html")
|
||||
(mkBm "C++Ref" "https://en.cppreference.com/w/")
|
||||
(mkBm "Rust" "https://doc.rust-lang.org/stable/book/ch03-00-common-programming-concepts.html")
|
||||
(mkBm "RustOS" "https://os.phil-opp.com/")
|
||||
(mkBm "Interpreters" "https://craftinginterpreters.com/contents.html")
|
||||
];
|
||||
}
|
||||
(bookmark "GH" "https://github.com/churl")
|
||||
(bookmark "GL" "https://gitlab.com/churl")
|
||||
(bookmark "SO" "https://stackoverflow.com/users/saves/17337508/all")
|
||||
(bookmark "RegEx" "https://regex101.com/")
|
||||
(bookmark "Shell" "https://explainshell.com/")
|
||||
(bookmark "CDecl" "https://cdecl.org/")
|
||||
(bookmark "ECR" "https://gallery.ecr.aws/")
|
||||
(mkBm "GH" "https://github.com/churl")
|
||||
(mkBm "GL" "https://gitlab.com/churl")
|
||||
(mkBm "SO" "https://stackoverflow.com/users/saves/17337508/all")
|
||||
(mkBm "RegEx" "https://regex101.com/")
|
||||
(mkBm "Shell" "https://explainshell.com/")
|
||||
(mkBm "CDecl" "https://cdecl.org/")
|
||||
(mkBm "ECR" "https://gallery.ecr.aws/")
|
||||
(mkBm "Chmod" "https://chmod-calculator.com/")
|
||||
"separator"
|
||||
|
||||
# Stuff
|
||||
|
||||
(bookmark "Spiegel" "https://www.spiegel.de/")
|
||||
(bookmark "Heise" "https://www.heise.de/")
|
||||
(bookmark "HN" "https://news.ycombinator.com/news")
|
||||
(bookmark "Reddit" "https://www.reddit.com/user/FightingMushroom/saved/")
|
||||
(bookmark "F10" "https://f10.local.chriphost.de/race/Everyone")
|
||||
(bookmark "F11" "https://f11.local.chriphost.de/racepicks")
|
||||
(bookmark "F11PB" "https://f11pb.local.chriphost.de/_/#/collections?collection=pbc_1736455494&filter=&sort=-%40rowid")
|
||||
(bookmark "ISBNDB" "https://isbndb.com/")
|
||||
(bookmark "Music" "https://bandcamp.com/chriphost")
|
||||
(bookmark "Albums" "https://www.albumoftheyear.org/user/chriphost/list/307966/2025/")
|
||||
(mkBm "Spiegel" "https://www.spiegel.de/")
|
||||
(mkBm "Heise" "https://www.heise.de/")
|
||||
(mkBm "HN" "https://news.ycombinator.com/news")
|
||||
(mkBm "Reddit" "https://www.reddit.com/user/FightingMushroom/saved/")
|
||||
(mkBm "F10" "https://f10.local.chriphost.de/race/Everyone")
|
||||
(mkBm "F11" "https://f11.local.chriphost.de/racepicks")
|
||||
(mkBm "F11PB" "https://f11pb.local.chriphost.de/_/#/collections?collection=pbc_1736455494&filter=&sort=-%40rowid")
|
||||
(mkBm "ISBNDB" "https://isbndb.com/")
|
||||
(mkBm "Music" "https://bandcamp.com/chriphost")
|
||||
(mkBm "Albums" "https://www.albumoftheyear.org/user/chriphost/list/307966/2025/")
|
||||
];
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user