nix-config/users/willifan/desktop/hyprland/common/fuzzel.nix
2024-10-04 00:14:20 +02:00

15 lines
211 B
Nix

{ ... }:
{
home-manager.users.willifan = {
programs.fuzzel = {
enable = true;
settings = {
main = {
lines = 12;
width = 45;
line-height = 20;
};
};
};
};
}