now fuzzel and so on. Idk what happened last time

This commit is contained in:
2025-08-24 14:54:50 +02:00
parent 1b56d25e41
commit 1cac4ca84d
17 changed files with 811 additions and 160 deletions

View File

@@ -29,7 +29,6 @@ programs.carapace = {
enableNushellIntegration = true;
};
programs.thefuck.enable = true;
programs.starship.enable = true;
@@ -60,12 +59,21 @@ programs.zsh = {
oh-my-zsh = {
enable = true;
plugins = [ "thefuck" ];
plugins = [ ];
# theme = "";
};
};
programs.fzf = {
enable = true;
enableZshIntegration = true;
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
programs.ghostty = {
enable = true;

View File

@@ -20,3 +20,5 @@ cursor-color = f5e0dc
cursor-text = 1e1e2e
selection-background = 353749
selection-foreground = cdd6f4
gtk-titlebar = false