nixos/home/modules/user/tofi/default.nix
2025-11-16 01:03:19 +01:00

17 lines
333 B
Nix

{
programs.tofi = {
enable = true;
settings = {
background-color = "#000000";
border-width = 0;
font = "monospace";
height = "100%";
num-results = 5;
outline-width = 0;
padding-left = "35%";
padding-top = "35%";
result-spacing = 25;
width = "100%";
};
};
}