mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
14 lines
205 B
Nix
14 lines
205 B
Nix
{ ... }:
|
|
{
|
|
programs.fuzzel = {
|
|
enable = true;
|
|
settings = {
|
|
main = {
|
|
layer = "overlay";
|
|
lines = "10";
|
|
width = "40";
|
|
};
|
|
border.radius = "0";
|
|
};
|
|
};
|
|
}
|