diff --git a/home/qutebrowser.nix b/home/qutebrowser.nix index e7038ca..8c14e00 100644 --- a/home/qutebrowser.nix +++ b/home/qutebrowser.nix @@ -62,7 +62,7 @@ }; threshold = { background = 128; - text = 128; + foreground = 128; }; }; }; diff --git a/workstation/default.nix b/workstation/default.nix index ac51940..a5f7c10 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -86,7 +86,7 @@ in #}; avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; }; printing = { enable = true;