mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Bump wofi font size to 36px
This commit is contained in:
@@ -316,6 +316,11 @@ in
|
|||||||
|
|
||||||
wofi = {
|
wofi = {
|
||||||
enable = stdenv.isLinux;
|
enable = stdenv.isLinux;
|
||||||
|
style = ''
|
||||||
|
window {
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
fzf = {
|
fzf = {
|
||||||
|
Reference in New Issue
Block a user