fix: declare 'fuzzel' config and add it to 'niri' desktop
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
imports = [ ../../waybar ];
|
||||
imports = [
|
||||
../../fuzzel
|
||||
../../waybar
|
||||
];
|
||||
|
||||
home.file.".config/niri/config.kdl".source = ./config.kdl;
|
||||
}
|
||||
|
||||
28
home/modules/fuzzel/default.nix
Normal file
28
home/modules/fuzzel/default.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user