nixos/home/modules/user/tofi/default.nix

17 lines
335 B
Nix

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