fix: declare 'fuzzel' config and add it to 'niri' desktop

This commit is contained in:
2025-12-03 23:49:58 +01:00
parent 7e58bb7bc2
commit d2a4e35417
2 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
{ {
imports = [ ../../waybar ]; imports = [
../../fuzzel
../../waybar
];
home.file.".config/niri/config.kdl".source = ./config.kdl; home.file.".config/niri/config.kdl".source = ./config.kdl;
} }

View File

@@ -0,0 +1,28 @@
{
programs.fuzzel = {
enable = true;
settings = {
main = {
font = "Iosevka Term SS08";
horizontal-pad = 0;
vertical-pad = 0;
};
colors = {
background = "ccccccff";
text = "111111ff";
prompt = "ccccccff";
placeholder = "aaaaaaff";
input = "111111ff";
selection = "eeeeeeff";
selection-text = "111111ff";
selection-match = "333333ff";
counter = "111111ff";
border = "111111ff";
};
border = {
width = 2;
radius = 0;
};
};
};
}