about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
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