Files
nixcfg/users/configs/desktop/fuzzel/default.nix
2025-10-26 18:29:58 +00:00

20 lines
305 B
Nix

{pkgs, ...}: {
programs.fuzzel = {
enable = true;
settings = {
main = {
include = "${./green.ini}";
font = "Iosevka Nerd Font Propo:size=16";
width = 60;
lines = 15;
};
border = {
width = 3;
radius = 15;
};
};
};
}