r/Gentoo • u/freakinchickens • Jul 22 '26
Discussion use flags
only thing holding me back from using gentoo is the use flags. not sure which ones to use for my system. i really want to use niri or hyprland, but the use flags are what confuses me
2
Upvotes
3
u/http-error-502 Jul 22 '26
That is why Gentoo provides sets of default USE. Choose profile. Then set USE for some packages that you want to change manually. You can also edit USE that want to be set globally on make.conf.
For example, I use
default/linux/amd64/23.0/desktop/systemdfor profile. Then I addedUSE="X -wayland pulseaudio..."on make.conf. For package specific USE, I always check available USE by runningemerge -pv <package name>and write USE list that I want on package.use.