Merge branch 'master' of https://git.gebner.org/gebner/nixos-config
This commit is contained in:
commit
136974bff7
@ -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
4
i3.nix
@ -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 = {
|
||||||
|
@ -69,4 +69,6 @@
|
|||||||
|
|
||||||
# time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern";
|
# time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern";
|
||||||
|
|
||||||
|
services.avahi.nssmdns = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user