use hypr under nvidia

This commit is contained in:
js0ny 2025-11-07 09:15:09 +00:00
parent 59328ad384
commit 64d100c252
19 changed files with 125 additions and 67 deletions

View file

@ -37,7 +37,7 @@ case "$(uname)" in
# ;;
esac
for file in $DOTFILES/tools/zsh/mod/*.zsh; do
for file in $DOTFILES/home/dot_config/zsh/mod/*.zsh; do
source $file
done