Bring in IVR bookmarks

This commit is contained in:
Greg Hellings
2024-08-21 16:38:48 -05:00
parent 8e0b8987cf
commit 560458380d
2 changed files with 49 additions and 1 deletions
+9
View File
@@ -23,9 +23,18 @@ let
in { in {
greg = { greg = {
development = true; development = true;
gui = true;
pypackage = py; pypackage = py;
vscodium = true; vscodium = true;
}; };
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
};
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
aacs aacs
+39
View File
@@ -13,6 +13,45 @@
name = "DC4K"; name = "DC4K";
url = "https://www.dc4k.org/leaderzone/articles"; 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 = "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 = "Katie"; name = "Katie";
bookmarks = [ { bookmarks = [ {