framework: unfree predicate module

lf => yazy
add grayjay
This commit is contained in:
Tristan 2025-08-26 13:35:00 +01:00
parent 9e40da0a9c
commit 2219fb8619
10 changed files with 49 additions and 34 deletions

View file

@ -7,7 +7,6 @@
imports = [
./programs/neovim/.
./programs/git.nix
./programs/lf/.
./programs/zsh.nix
./programs/tmux/.
];
@ -40,6 +39,8 @@
ytfzf
];
programs.yazi.enable = true;
programs.zoxide.enable = true;
programs.rbw = {
@ -65,10 +66,7 @@
};
};
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
programs.fzf.enable = true;
programs.direnv.enable = true;
}