From c4f47bc18c8338c1d6839d04240b5d6ab222b236 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 22 Dec 2023 16:32:15 -0600 Subject: [PATCH] option name changes --- home/qutebrowser.nix | 2 +- workstation/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;