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 {
greg = {
development = true;
gui = true;
pypackage = py;
vscodium = true;
};
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
};
home = {
packages = with pkgs; [
aacs