From 5b53976b1ad22266d4942b87715fab7ebb68c11e Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 13 Jun 2023 11:52:07 +0100 Subject: [PATCH] configure wofi --- system/global/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/global/home.nix b/system/global/home.nix index 0da7644..6a65742 100644 --- a/system/global/home.nix +++ b/system/global/home.nix @@ -876,6 +876,13 @@ color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a- }; }; }; + + programs.wofi = { + enable = true; + settings = { + insensitive = true; + }; + }; }