dotfiles/modules/fuzzel.nix
Lucy von Overheidt 3ca0368824 meow
2025-09-09 18:16:30 +02:00

10 lines
185 B
Nix

{ pkgs, lib, ... }:
{
programs.fuzzel.settings = {
main = {
terminal = lib.getExe pkgs.alacritty;
layer = "overlay";
};
colors.background = "ffffffff";
};
}