diff --git a/profiles/work/home.nix b/profiles/work/home.nix index a721c52..f1bae41 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -55,6 +55,7 @@ gnome.gnome-maps openvpn protonmail-bridge + texliveSmall wine bottles diff --git a/system/hardware/printing.nix b/system/hardware/printing.nix index e2091a3..985f27e 100644 --- a/system/hardware/printing.nix +++ b/system/hardware/printing.nix @@ -6,4 +6,5 @@ services.avahi.enable = true; services.avahi.nssmdns = true; services.avahi.openFirewall = true; + environment.systemPackages = [ pkgs.cups-filters ]; }