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 = {
enable = true;
nssmdns = true;
nssmdns4 = true;
openFirewall = true;
};

View file

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