added a kitty

This commit is contained in:
cnst
2024-06-30 14:36:04 +02:00
parent b54fb027df
commit 840b47e7a0
6 changed files with 12 additions and 149 deletions

View File

@@ -1,7 +1,7 @@
{ config, ... }:
{
{config, ...}: {
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
@@ -28,8 +28,6 @@
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=241'
eval $(thefuck --alias)
eval $(thefuck --alias FUCK)
eval "$(zellij setup --generate-auto-start zsh)"
'';
};
}