switch to hyproverlay

This commit is contained in:
jwihardi
2026-01-27 09:44:03 -05:00
parent 901b4cf1ff
commit aee7240627
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -26,6 +26,10 @@ if [[ -z $(eselect repository list | grep -E ".*guru \*.*") ]]; then
v sudo eselect repository enable guru
fi
if [[ -z $(eselect repository list | grep -E ".*hyproverlay \*.*") ]]; then
v sudo eselect repository enable hyproverlay
fi
arch=$(portageq envvar ACCEPT_KEYWORDS)
# Exclude hyprland, will deal with that separately