infrastructure/home/desktop/fuzzel.nix

23 lines
437 B
Nix
Raw Normal View History

{...}: {
programs.fuzzel = {
enable = true;
2023-12-30 22:50:34 +00:00
settings = {
main = {
line-height = 15;
lines = 10;
layer = "overlay";
icon-theme = "Papirus-Dark";
};
colors = {
background = "1E1E2EEE";
text = "7F849CFF";
match = "89B4FAFF";
selection = "45475AFF";
selection-text = "CDD6F4FF";
selection-match = "89B4FAFF";
};
};
};
}