about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-08-31 16:48:17 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-08-31 16:48:17 +0100
commit9c7b1864ec4db385639732659e0135689740dc1b (patch)
tree01258ce196ca838f1fdf4d6adff4fba8c9baaa3e /nix-conf
parent3bfa4278d23c463361c5cad8879dc9a09c21d6d4 (diff)
downloaddotfiles-9c7b1864ec4db385639732659e0135689740dc1b.tar.gz
Add zoom
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 971d0a6..a8c65c8 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -83,8 +83,9 @@
   services.printing.drivers = [ pkgs.gutenprint pkgs.hplipWithPlugin ];
 
   nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
-     "hplip"
-     "corefonts"
+    "corefonts"
+    "hplip"
+    "zoom"
   ];
 
   hardware.sane.enable = true;
@@ -169,6 +170,7 @@
     xclip
     xurls
     xst
+    zoom-us
 
     libreoffice
     onlyoffice-bin