From d9a5f7968a088fdd911311e9f66ac09811298872 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 11 Oct 2024 10:28:45 -0500 Subject: [PATCH] Reformat bookmarks with the new style --- home/modules/gui/bookmarks.nix | 348 +++++++++++++++++++-------------- 1 file changed, 205 insertions(+), 143 deletions(-) diff --git a/home/modules/gui/bookmarks.nix b/home/modules/gui/bookmarks.nix index d077dc0..1dd10a3 100644 --- a/home/modules/gui/bookmarks.nix +++ b/home/modules/gui/bookmarks.nix @@ -1,143 +1,205 @@ -[{ - name = "Toolbar"; - toolbar = true; - bookmarks = [{ - name = "Ansible"; - bookmarks = [{ - name = "Collection Index"; - url = "https://docs.ansible.com/ansible/latest/collections/index.html"; - }]; - } { - name = "Church"; - bookmarks = [{ - name = "DC4K"; - url = "https://www.dc4k.org/leaderzone/articles"; - }]; - } { - name = "IVR"; - bookmarks = [{ - name = "Dev"; - bookmarks = [{ - name = "Core Survey"; - url = "https://webdev5.ivrtechnology.com/coreservices/survey/admin/"; - } { - name = "Audio"; - url = "https://apidev1.ivrtechnology.com/coreservices/audio/admin/"; - } { - name = "Tower"; - url = "https://towerrd1.ivrtechnology.com"; - }]; - } { - name = "HC"; - bookmarks = [{ - name = "Audio"; - url = "https://hcweb3.ivrtechnology.com/coreservices/audio/admin/"; - } { - name = "Survey"; - url = "https://hcweb2.ivrtechnology.com/coreservices/survey/admin/"; - }]; - } { - name = "PCI"; - bookmarks = [{ - name = "Audio"; - url = "https://pciweb3.ivrtechnology.com/coreservices/audio/admin/"; - }]; - } { - name = "Processes"; - bookmarks = [{ - name = "Change Management"; - url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13094842/Executing+Change+Management"; - } { - name = "Okta"; - url = "https://engagesmart.okta.com/"; - } { - name = "DB Request"; - url = "https://ivrtg.aha.io/develop/features/INFR-1073"; - } { - name = "Server list"; - url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13009166/350+Main"; - }]; - }]; - } { - name = "Katie"; - bookmarks = [{ - name = "Sports Forms"; - url = "https://midlothianisd.rankone.com/New/NewStudentList.aspx"; - } { - name = "Skyward"; - url = "https://skyward.iscorp.com/MidlothianISDTXStuSTS/Session/Signin?area=Home&controller=Home&action=Index&logoutreason=TimedOut"; - }]; - } { - name = "Nix"; - bookmarks = [{ - name = "Package Versions"; - url = "https://lazamar.co.uk/nix-versions/?channel=nixpkgs-unstable&package=python3"; - } { - name = "Channel status"; - url = "https://status.nixos.org/"; - } { - name = "Home Manager options"; - url = "https://nix-community.github.io/home-manager/options.xhtml"; - } { - name = "Flake Parts"; - url = "https://community.flake.parts/"; - } { - name = "Language ref"; - url = "https://nix.dev/manual/nix/latest/language/index.html"; - } { - name = "Builtin functions"; - url = "https://nix.dev/manual/nix/latest/language/builtins.html"; - } { - name = "Nixpkgs functions"; - url = "https://ryantm.github.io/nixpkgs/functions/library/strings/#sec-functions-library-strings"; - } { - name = "NUR search"; - url = "https://nur.nix-community.org/"; - }]; - } { - name = "Rust"; - bookmarks = [{ - name = "Learn Rust"; - url = "https://www.rust-lang.org/learn"; - } { - name = "Rust by Example"; - url = "https://doc.rust-lang.org/rust-by-example/hello.html"; - } { - name = "Iced"; - url = "https://docs.rs/iced/latest/iced/"; - }]; - } { - name = "Shopping"; - bookmarks = [{ - name = "Cables"; - url = "https://www.pchcables.com"; - }]; - } { - name = "SubTo"; - bookmarks = [{ - name = "Kajabi"; - url = "https://www.subtocourse.com/login"; - } { - name = "SubTo Fund"; - url = "https://frontend.koreconx.com/auth/login"; - } { - name = "Creive Title"; - url = "https://getcreativetitle.com/"; - } { - name = "REI Scripts"; - url = "https://reiconveyorbelt.com/no-excuses/"; - }]; - } { - name = "Tools"; - bookmarks = [{ - name = "Password Hash"; - url = "https://unix4lyfe.org/crypt/"; - } { - name = "Keymap editor"; - url = "https://nickcoutsos.github.io/keymap-editor/"; - } { - name = "Bitcoin dashboard"; - url = "http://hosea.home:60845"; - }]; - }]; -}] +[ + { + name = "Toolbar"; + toolbar = true; + bookmarks = [ + { + name = "Ansible"; + bookmarks = [ + { + name = "Collection Index"; + url = "https://docs.ansible.com/ansible/latest/collections/index.html"; + } + ]; + } + { + name = "Church"; + bookmarks = [ + { + name = "DC4K"; + url = "https://www.dc4k.org/leaderzone/articles"; + } + ]; + } + { + name = "IVR"; + bookmarks = [ + { + name = "Dev"; + bookmarks = [ + { + name = "Core Survey"; + url = "https://webdev5.ivrtechnology.com/coreservices/survey/admin/"; + } + { + name = "Audio"; + url = "https://apidev1.ivrtechnology.com/coreservices/audio/admin/"; + } + { + name = "Tower"; + url = "https://towerrd1.ivrtechnology.com"; + } + ]; + } + { + name = "HC"; + bookmarks = [ + { + name = "Audio"; + url = "https://hcweb3.ivrtechnology.com/coreservices/audio/admin/"; + } + { + name = "Survey"; + url = "https://hcweb2.ivrtechnology.com/coreservices/survey/admin/"; + } + ]; + } + { + name = "PCI"; + bookmarks = [ + { + name = "Audio"; + url = "https://pciweb3.ivrtechnology.com/coreservices/audio/admin/"; + } + ]; + } + { + name = "Processes"; + bookmarks = [ + { + name = "Change Management"; + url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13094842/Executing+Change+Management"; + } + { + name = "Okta"; + url = "https://engagesmart.okta.com/"; + } + { + name = "DB Request"; + url = "https://ivrtg.aha.io/develop/features/INFR-1073"; + } + { + name = "Server list"; + url = "https://ivrtg.atlassian.net/wiki/spaces/ITS/pages/13009166/350+Main"; + } + ]; + } + ]; + } + { + name = "Katie"; + bookmarks = [ + { + name = "Sports Forms"; + url = "https://midlothianisd.rankone.com/New/NewStudentList.aspx"; + } + { + name = "Skyward"; + url = "https://skyward.iscorp.com/MidlothianISDTXStuSTS/Session/Signin?area=Home&controller=Home&action=Index&logoutreason=TimedOut"; + } + ]; + } + { + name = "Nix"; + bookmarks = [ + { + name = "Package Versions"; + url = "https://lazamar.co.uk/nix-versions/?channel=nixpkgs-unstable&package=python3"; + } + { + name = "Channel status"; + url = "https://status.nixos.org/"; + } + { + name = "Home Manager options"; + url = "https://nix-community.github.io/home-manager/options.xhtml"; + } + { + name = "Flake Parts"; + url = "https://community.flake.parts/"; + } + { + name = "Language ref"; + url = "https://nix.dev/manual/nix/latest/language/index.html"; + } + { + name = "Builtin functions"; + url = "https://nix.dev/manual/nix/latest/language/builtins.html"; + } + { + name = "Nixpkgs functions"; + url = "https://ryantm.github.io/nixpkgs/functions/library/strings/#sec-functions-library-strings"; + } + { + name = "NUR search"; + url = "https://nur.nix-community.org/"; + } + ]; + } + { + name = "Rust"; + bookmarks = [ + { + name = "Learn Rust"; + url = "https://www.rust-lang.org/learn"; + } + { + name = "Rust by Example"; + url = "https://doc.rust-lang.org/rust-by-example/hello.html"; + } + { + name = "Iced"; + url = "https://docs.rs/iced/latest/iced/"; + } + ]; + } + { + name = "Shopping"; + bookmarks = [ + { + name = "Cables"; + url = "https://www.pchcables.com"; + } + ]; + } + { + name = "SubTo"; + bookmarks = [ + { + name = "Kajabi"; + url = "https://www.subtocourse.com/login"; + } + { + name = "SubTo Fund"; + url = "https://frontend.koreconx.com/auth/login"; + } + { + name = "Creive Title"; + url = "https://getcreativetitle.com/"; + } + { + name = "REI Scripts"; + url = "https://reiconveyorbelt.com/no-excuses/"; + } + ]; + } + { + name = "Tools"; + bookmarks = [ + { + name = "Password Hash"; + url = "https://unix4lyfe.org/crypt/"; + } + { + name = "Keymap editor"; + url = "https://nickcoutsos.github.io/keymap-editor/"; + } + { + name = "Bitcoin dashboard"; + url = "http://hosea.home:60845"; + } + ]; + } + ]; + } +]