fuzzy search is nice
This commit is contained in:
parent
5fb5fe1f6b
commit
3fb1543cb5
5
home.nix
5
home.nix
|
@ -48,6 +48,11 @@
|
||||||
options = [ "--cmd" "cd" ];
|
options = [ "--cmd" "cd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# integrate fuzzy search
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# enable keychain, we use the main user key
|
# enable keychain, we use the main user key
|
||||||
programs.keychain = {
|
programs.keychain = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue