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.printing = {
enable = true;
browsing = true;
drivers = [ pkgs.hplip ];
};
# services.colord.enable = true;

4
i3.nix
View File

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

View File

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