diff options
Diffstat (limited to 'nix-conf/machines/egalmoth/configuration.nix')
-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 |