Begin Dendritic rewrite
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
{ ... }: {
|
||||
|
||||
programs.fzf = {
|
||||
|
||||
enable = true;
|
||||
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
|
||||
|
||||
enableZshIntegration = true;
|
||||
programs.fzf = {
|
||||
|
||||
tmux = {
|
||||
#enableShellIntegration = true;
|
||||
enable = true;
|
||||
|
||||
#shellIntegrationOptions = [];
|
||||
enableZshIntegration = true;
|
||||
|
||||
tmux = {
|
||||
#enableShellIntegration = true;
|
||||
|
||||
#shellIntegrationOptions = [];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user