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.printing = {
|
||||
enable = true;
|
||||
browsing = true;
|
||||
drivers = [ pkgs.hplip ];
|
||||
};
|
||||
# services.colord.enable = true;
|
||||
|
4
i3.nix
4
i3.nix
@ -46,9 +46,13 @@
|
||||
unifont
|
||||
ubuntu_font_family
|
||||
source-code-pro
|
||||
fira
|
||||
|
||||
cantarell_fonts # from gnome3 module
|
||||
];
|
||||
fontconfig = {
|
||||
allowBitmaps = false;
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
|
@ -69,4 +69,6 @@
|
||||
|
||||
# time.timeZone = pkgs.lib.mkOverride 10 "US/Eastern";
|
||||
|
||||
services.avahi.nssmdns = true;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user