mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add fuzzel configuration
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./cursor.nix
|
./cursor.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
|
./fuzzel.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./hyprland
|
./hyprland
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
28
home-manager/modules/fuzzel.nix
Normal file
28
home-manager/modules/fuzzel.nix
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
programs.fuzzel = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
main = {
|
||||||
|
font = "JetBrains Mono";
|
||||||
|
use-bold = "yes";
|
||||||
|
};
|
||||||
|
colors = {
|
||||||
|
background = "#282828ff";
|
||||||
|
text = "#ebdbb2ff";
|
||||||
|
prompt = "ebdbb2ff";
|
||||||
|
placeholder = "#928374ff";
|
||||||
|
input = "#928374ff";
|
||||||
|
match = "#cb4b16ff";
|
||||||
|
selection = "#ebdbb2ff";
|
||||||
|
selection-text = "#282828ff";
|
||||||
|
# selection-match = "cb4b16ff";
|
||||||
|
# counter = "93a1a1ff";
|
||||||
|
border = "d65d0eff";
|
||||||
|
};
|
||||||
|
border = {
|
||||||
|
width = 5;
|
||||||
|
radius = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user