Extract a fzf mixin
This commit is contained in:
parent
3e0b574052
commit
49d46a30f9
5 changed files with 14 additions and 11 deletions
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
./bin
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./neovim
|
||||
./newsboat
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
FZF_DEFAULT_OPTS = "--reverse";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue