Email or username:

Password:

Forgot your password?
4 comments
ꓤɔᴉʇɐʇS

@nixCraft I installed arch once just to see if I could and I could without much trouble.

well... on my SECOND go, on the first one I forgot to install the network drivers so I had no internet access at all and couldn't do anything anymore haha

Abi

@StaticR
@nixCraft

arch has the absolute best documentation anywhere on the net, which is good, because it'd be near impossible to use without the wiki.

Robert

@nixCraft

OMG. I did i with a tutorial 😂

yay -S network-manager-applet
yay -S networkmanager
sudo systemctl enable NetworkManager
sudo systemctl disable system-resolved
sudo systemctl disable systemd-networkd
sudo systemctl start NetworkManager

and added "exec-once = nm-applet --indicator" to my hyprland .conf

Go Up