diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-31 16:48:17 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-31 16:48:17 +0100 |
commit | 9c7b1864ec4db385639732659e0135689740dc1b (patch) | |
tree | 01258ce196ca838f1fdf4d6adff4fba8c9baaa3e /nix-conf/machines | |
parent | 3bfa4278d23c463361c5cad8879dc9a09c21d6d4 (diff) | |
download | dotfiles-9c7b1864ec4db385639732659e0135689740dc1b.tar.gz |
Add zoom
Diffstat (limited to 'nix-conf/machines')
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 6 |
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 |