Migrate hyprland config to lua
This commit is contained in:
parent
3271f3924e
commit
bdaeb19666
29 changed files with 485 additions and 437 deletions
2
.bin/.e
2
.bin/.e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue