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/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 = { 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; + }