nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

tofi.nix (340B)


      1 {
      2   programs.tofi = {
      3     enable = true;
      4     settings = {
      5       width = "100%";
      6       height = "100%";
      7       border-width = "0";
      8       outline-width = "0";
      9       padding-left = "35%";
     10       padding-top = "35%";
     11       result-spacing = "25";
     12       num-results = "10";
     13       font = "monospace";
     14       background-color = "#000A";
     15     };
     16   };
     17 }