From 8a47c7ebcd39c32e3b566d0ed1b645a82b55f9e3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 20 Apr 2026 11:34:55 +0200 Subject: Add boilerplate for a niri rice (The Finals theemd) --- home/rices/finals/fuzzel.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 home/rices/finals/fuzzel.nix (limited to 'home/rices/finals/fuzzel.nix') 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; + }; + }; + }; +} -- cgit v1.2.3