nixos/home/modules/user/tofi/default.nix
2026-02-22 19:33:10 +01:00

15 lines
271 B
Nix

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