feat(hypr): add hyprland

This commit is contained in:
2026-04-22 17:48:19 +02:00
parent 6a676c06fc
commit 91ede7e459
12 changed files with 486 additions and 4 deletions
+9 -3
View File
@@ -25,17 +25,23 @@ if command -v pacman &>/dev/null; then
git zsh neovim ripgrep fd fzf \
clang rust-analyzer lua-language-server stylua cmake \
tinymist websocat \
ttf-firacode-nerd
ttf-firacode-nerd \
hyprland hyprpaper hyprlock kanshi eww rofi ghostty dolphin \
network-manager-applet blueman grim slurp swappy
elif command -v apt &>/dev/null; then
install_packages \
git zsh neovim ripgrep fd-find fzf \
clangd rust-analyzer cmake \
fonts-firacode
fonts-firacode \
kanshi rofi dolphin \
network-manager-gnome blueman grim slurp
elif command -v dnf &>/dev/null; then
install_packages \
git zsh neovim ripgrep fd-find fzf \
clang-tools-extra rust-analyzer cmake \
fira-code-fonts
fira-code-fonts \
hyprpaper kanshi rofi ghostty dolphin \
network-manager-applet blueman grim slurp
fi
# --- symlinks ---