From dbbf3719f9e742443853a0caed5c9175bcabc609 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 24 May 2017 14:51:51 +0200 Subject: [PATCH 1/2] Make office printer work. --- common.nix | 1 + theba.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/common.nix b/common.nix index a6dd36b..cffacd9 100644 --- a/common.nix +++ b/common.nix @@ -36,6 +36,7 @@ services.avahi.enable = true; # cups browsing support services.printing = { enable = true; + browsing = true; drivers = [ pkgs.hplip ]; }; # services.colord.enable = true; diff --git a/theba.nix b/theba.nix index 9dfb3e9..5a316fb 100644 --- a/theba.nix +++ b/theba.nix @@ -69,4 +69,6 @@ # time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern"; + services.avahi.nssmdns = true; + } From dfedd682bee759bdaebc31d3a96c120bc49d050d Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 24 May 2017 14:51:59 +0200 Subject: [PATCH 2/2] Add fira font. --- i3.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i3.nix b/i3.nix index 748c338..1dab198 100644 --- a/i3.nix +++ b/i3.nix @@ -46,9 +46,13 @@ unifont ubuntu_font_family source-code-pro + fira cantarell_fonts # from gnome3 module ]; + fontconfig = { + allowBitmaps = false; + }; }; services.xserver = {