add fuzzel config
This commit is contained in:
parent
78d6616b51
commit
3fdde0cacf
2 changed files with 14 additions and 1 deletions
13
config/fuzzel.ini
Normal file
13
config/fuzzel.ini
Normal file
|
@ -0,0 +1,13 @@
|
|||
[main]
|
||||
dpi-aware=true
|
||||
tabs=4
|
||||
|
||||
[colors]
|
||||
background=eff1f5dd
|
||||
text=4c4f69ff
|
||||
match=1e66f5ff
|
||||
selection=acb0beff
|
||||
selection-match=1e66f5ff
|
||||
selection-text=4c4f69ff
|
||||
border=7287fdff
|
||||
|
2
home.nix
2
home.nix
|
@ -55,7 +55,7 @@ in
|
|||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
# plain files is through 'home.file'.
|
||||
home.file = {
|
||||
|
||||
".config/fuzzel/fuzzel.ini".source = ./config/fuzzel.ini;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue