fix: resolve deprecated options

This commit is contained in:
Jacob Bachmann 2024-01-08 18:29:00 +01:00
parent e20f49876a
commit 443bfc497f
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns = true; nssmdns4 = true;
openFirewall = true; openFirewall = true;
}; };

View file

@ -11,7 +11,6 @@ in
env.TERM = "xterm-256color"; env.TERM = "xterm-256color";
font = { font = {
size = 12; size = 12;
draw_bold_text_with_bright_colors = true;
normal = { normal = {
family = common.font; family = common.font;
}; };