mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
9 lines
311 B
Bash
9 lines
311 B
Bash
# This script is meant to be sourced.
|
|
# It's not for directly running.
|
|
|
|
for i in illogical-impulse-{quickshell-git,audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,hyprland,kde,microtex-git,portal,python,screencapture,toolkit,widgets}; do
|
|
v sudo emerge --unmerge $i
|
|
done
|
|
|
|
v sudo emerge --depclean
|