now fuzzel and so on. Idk what happened last time
This commit is contained in:
18
packages/fuzzel/default.nix
Normal file
18
packages/fuzzel/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
{ pkgs, config, lib,... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# raffi
|
||||
fuzzel
|
||||
];
|
||||
|
||||
|
||||
home.file."/home/n/.config/fuzzel/fuzzel.ini" = {
|
||||
source = ./fuzzel.ini;
|
||||
};
|
||||
|
||||
# home.file."/home/n/.config/raffi/raffi.yaml" = {
|
||||
# source = ./raffi.yaml;
|
||||
#};
|
||||
|
||||
}
|
||||
17
packages/fuzzel/fuzzel.ini
Normal file
17
packages/fuzzel/fuzzel.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
dpi-aware=yes
|
||||
font=RobotoMonoNerdFont-Thin:size=8
|
||||
terminal=ghostty
|
||||
width=30
|
||||
layer=overlay
|
||||
exit-on-keyboard-focus-loss=no
|
||||
inner-pad=15
|
||||
fields=filename,name
|
||||
|
||||
[colors]
|
||||
background=282a36ff
|
||||
text=f8f8f2ff
|
||||
match=8be9fdff
|
||||
selection-match=8be9fdff
|
||||
selection=44475add
|
||||
selection-text=f8f8f2ff
|
||||
border=bd93f9ff
|
||||
0
packages/fuzzel/raffi.yaml
Normal file
0
packages/fuzzel/raffi.yaml
Normal file
Reference in New Issue
Block a user