configure wofi

This commit is contained in:
Tristan 2023-06-13 11:52:07 +01:00
parent 03414d31fa
commit 5b53976b1a

View file

@ -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;
};
};
}