This commit is contained in:
Gabriel Ebner 2017-05-25 20:45:55 +02:00
commit 136974bff7
3 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,7 @@
services.avahi.enable = true; # cups browsing support services.avahi.enable = true; # cups browsing support
services.printing = { services.printing = {
enable = true; enable = true;
browsing = true;
drivers = [ pkgs.hplip ]; drivers = [ pkgs.hplip ];
}; };
# services.colord.enable = true; # services.colord.enable = true;

4
i3.nix
View File

@ -46,9 +46,13 @@
unifont unifont
ubuntu_font_family ubuntu_font_family
source-code-pro source-code-pro
fira
cantarell_fonts # from gnome3 module cantarell_fonts # from gnome3 module
]; ];
fontconfig = {
allowBitmaps = false;
};
}; };
services.xserver = { services.xserver = {

View File

@ -69,4 +69,6 @@
# time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern"; # time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern";
services.avahi.nssmdns = true;
} }