added fuzzel, nvim-tree and updated

This commit is contained in:
Nico
2025-09-05 03:13:36 +02:00
parent 3cb6e5d907
commit e39404d44d
17 changed files with 420 additions and 78 deletions

View File

@@ -1,14 +1,18 @@
{ pkgs, config, lib,... }:
{
home.packages = with pkgs; [
# raffi
fuzzel
];
programs.fuzzel = {
enable = true;
};
home.file."/home/nico/.config/fuzzel/fuzzel.ini" = {
source = ./fuzzel.ini;
};
# home.file."/home/n/.config/raffi/raffi.yaml" = {
# source = ./raffi.yaml;
#};
home.file."/home/nico/.config/fuzzel/fuzzel.ini" = {
source = ./fuzzel.ini;
};
}

View File

@@ -1,12 +1,16 @@
dpi-aware=yes
font=RobotoMonoNerdFont-Thin:size=12
terminal=ghostty
layer=overlay
exit-on-keyboard-focus-loss=no
inner-pad=15
fields=filename,name
[colors]
background=1e1e2edd
text=cdd6f4ff
prompt=bac2deff
placeholder=7f849cff
input=cdd6f4ff
match=cba6f7ff
selection=585b70ff
selection-text=cdd6f4ff
selection-match=cba6f7ff
counter=7f849cff
border=cba6f7ff
background=282a36ff
text=f8f8f2ff
match=8be9fdff
selection-match=8be9fdff
selection=44475add
selection-text=f8f8f2ff
border=bd93f9ff

View File