feat: more plugins bcs more=more

This commit is contained in:
s-prechtl 2025-04-30 14:06:08 +02:00
parent 901996ab32
commit 9a2491d5e7
2 changed files with 18 additions and 3 deletions

View file

@ -58,7 +58,7 @@
allowedUDPPortRanges = range; allowedUDPPortRanges = range;
allowedUDPPorts = [3478 5349]; allowedUDPPorts = [3478 5349];
allowedTCPPortRanges = []; allowedTCPPortRanges = [];
allowedTCPPorts = [ 80 3478 5349]; allowedTCPPorts = [80 3478 5349];
}; };
}; };
# get a certificate # get a certificate

View file

@ -14,7 +14,7 @@
cat = "bat"; cat = "bat";
cd = "z"; cd = "z";
}; };
initExtra = '' initContent = ''
bindkey -s ^f "mux-sessionizer\n" bindkey -s ^f "mux-sessionizer\n"
fastfetch fastfetch
@ -30,7 +30,22 @@
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = ["git" "docker"]; plugins = [
"aliases"
"bgnotify"
"colored-man-pages"
"colorize"
"command-not-found"
"docker"
"docker-compose"
"gh"
"git"
"git-auto-fetch"
"golang"
"pass"
"safe-paste"
"tmuxinator"
];
theme = "strug"; theme = "strug";
}; };
}; };