starting system package explosion

This commit is contained in:
2025-08-31 13:05:46 -06:00
parent 576a13ea8f
commit 23e168431d
9 changed files with 185 additions and 26 deletions

View File

@@ -1,14 +1,31 @@
{ config, pkgs, ... }:
{
programs.fuzzel = {
enable = true;
settings = {
main = {
font = "Hack Nerd Font:size=12";
anchor = "top";
width = "20";
inner-pad = "15";
horizontal-pad = "30";
vertical-pad = "30";
lines = "10";
y-margin = "15";
};
colors = {
background = "#e391e2f2";
text = "545454ff";
selection = "545454ff";
selection-text = "e391e2f2";
border = "6e3a6dff";
};
border = {
width = "3";
selection-radius = "3";
};
};
};
}