chore: Update flake inputs

This commit is contained in:
ulic-youthlic 2026-07-04 23:16:59 +08:00
parent 11337b8f9e
commit 8bab969745
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 8 additions and 5 deletions

View file

@ -26,5 +26,8 @@ in
(lib.mkIf (cfg.enable && bash-cfg.enable) {
programs.fzf.enableBashIntegration = true;
})
(lib.mkIf (cfg.enable && config.youthlic.programs.atuin.enable) {
programs.fzf.historyWidget.command = "";
})
];
}