rename home dir

This commit is contained in:
2025-09-19 15:07:40 +00:00
parent d412f1ac6c
commit 2ab49fbfc8
30 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +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 = "2b3339f2";
text = "d3c6aaff";
selection = "d3c6aaff";
selection-text = "2b3339ff";
border = "7fbbb3ff";
};
border = {
width = "3";
selection-radius = "3";
};
};
};
}