Migrate hyprland config to lua

This commit is contained in:
Tobias Reisinger 2026-09-03 12:41:22 +02:00
commit bdaeb19666
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
29 changed files with 485 additions and 437 deletions

View file

@ -20,7 +20,7 @@ declare -A mapper=(
["git-credentials"]="$HOME/.config/git/credentials"
["home-manager"]="$HOME/.config/home-manager/home.nix"
["host-mode"]="$HOME/.bin/host-mode"
["hyprland"]="$HOME/.config/hypr/hyprland.conf"
["hyprland"]="$HOME/.config/hypr/hyprland.lua"
["nvim"]="$HOME/.config/astronvim/lua/user/"
["polybar"]="$HOME/.config/polybar"
["projectsrc"]="$HOME/.config/projectsrc"