aboutsummaryrefslogtreecommitdiff
path: root/home/rices/finals/fuzzel.nix
blob: ef84e23ad3f016af37012193b24bdb97964f1dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  programs.fuzzel = {
    enable = true;
    settings = {
      main = {
        terminal = "kitty";
        lines = 15;
        width = 50;
        horizontal-pad = 20;
        vertical-pad = 12;
      };
      border = {
        radius = 10;
        width = 3;
      };
    };
  };
}