added fuzzel, nvim-tree and updated

This commit is contained in:
Nico
2025-09-05 03:13:36 +02:00
parent 3cb6e5d907
commit e39404d44d
17 changed files with 420 additions and 78 deletions

View File

@@ -29,7 +29,7 @@ programs.carapace = {
enableNushellIntegration = true;
};
programs.thefuck.enable = true;
# programs.thefuck.enable = true;
programs.starship.enable = true;
@@ -59,7 +59,7 @@ programs.zsh = {
oh-my-zsh = {
enable = true;
plugins = [ "thefuck" ];
# plugins = [ "thefuck" ];
# theme = "";
};
};
@@ -74,6 +74,10 @@ home.file."/home/nico/.config/ghostty/config" = {
source = ./ghostty-config;
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
programs.kitty = {
enable = true;