Bump wofi font size to 36px

This commit is contained in:
Dave Gallant
2024-06-01 08:12:38 -04:00
parent e6c63e9c2e
commit cec442db12

View File

@@ -316,6 +316,11 @@ in
wofi = {
enable = stdenv.isLinux;
style = ''
window {
font-size: 36px;
}
'';
};
fzf = {