Fixes + Update

This commit is contained in:
Aleksandr Lebedev 2025-09-17 23:33:10 +02:00
parent ba8ee5e161
commit fb0d8526ff
4 changed files with 99 additions and 56 deletions

View file

@ -1,9 +1,10 @@
{
osConfig,
config,
pkgs,
...
}: {
home.packages = with pkgs; [kitty-themes];
home.packages = with pkgs; lib.optionals (config.programs.kitty.enable) [kitty-themes];
programs.fzf = {
enable = true;
enableBashIntegration = true;