diff options
Diffstat (limited to 'home/rices/finals/fuzzel.nix')
| -rw-r--r-- | home/rices/finals/fuzzel.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/home/rices/finals/fuzzel.nix b/home/rices/finals/fuzzel.nix new file mode 100644 index 0000000..ef84e23 --- /dev/null +++ b/home/rices/finals/fuzzel.nix @@ -0,0 +1,18 @@ +{...}: { + programs.fuzzel = { + enable = true; + settings = { + main = { + terminal = "kitty"; + lines = 15; + width = 50; + horizontal-pad = 20; + vertical-pad = 12; + }; + border = { + radius = 10; + width = 3; + }; + }; + }; +} |
