Merge branch 'main' of gh:greg-hellings/nixos-config
This commit is contained in:
@@ -23,9 +23,18 @@ let
|
||||
in {
|
||||
greg = {
|
||||
development = true;
|
||||
gui = true;
|
||||
pypackage = py;
|
||||
vscodium = true;
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"jitsi-meet-1.0.8043"
|
||||
];
|
||||
};
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
aacs
|
||||
|
||||
@@ -13,6 +13,45 @@
|
||||
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 = "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";
|
||||
bookmarks = [ {
|
||||
@@ -22,7 +61,7 @@
|
||||
name = "Skyward";
|
||||
url = "https://skyward.iscorp.com/MidlothianISDTXStuSTS/Session/Signin?area=Home&controller=Home&action=Index&logoutreason=TimedOut";
|
||||
} ];
|
||||
} {
|
||||
} {
|
||||
name = "Nix";
|
||||
bookmarks = [ {
|
||||
name = "Package Versions";
|
||||
|
||||
Reference in New Issue
Block a user