fix: resolve deprecated options
This commit is contained in:
parent
e20f49876a
commit
443bfc497f
2 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue