integrated waybar configuration cleanly into existing hyprland config

This commit is contained in:
KoenDR06 2025-08-29 17:18:18 +02:00
parent 90966f1b3e
commit 5e920cd892
8 changed files with 356 additions and 343 deletions

View file

@ -35,14 +35,13 @@ in {
l = "ls -lAh --group-directories-first";
zip = "zip -r";
cat = "bat";
py = "python3";
};
ohMyZsh = {
enable = true;
plugins = [
"git"
"zsh-interactive-cd"
"python"
"git-auto-fetch"
"wd"
];