1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

no fuzzel

This commit is contained in:
andrey_varnavskiy
2024-12-16 04:43:25 +05:00
parent 5e343f5686
commit 8f667e2636
2 changed files with 0 additions and 30 deletions

View File

@@ -3,13 +3,11 @@
./alacritty.nix
./cursor.nix
./eza.nix
./fuzzel.nix
./git.nix
./hyprland
./lazygit.nix
./neovim.nix
./obsidian.nix
./qt.nix
./starship.nix
# ./stylix.nix
./swaync

View File

@@ -1,28 +0,0 @@
{
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;
};
};
};
}