Arch linux is great! been using it for a bit more than a year or so and a couple breaking updates aside, it's been awesome. The flexibility and customizability is unparalelled, and I love how well it's propelled me into involving myself in various open source communities.
I do find myself looking at nixos pretty frequently though, as I really love how reproducable environments are over there, which comes in super handy for handling programming projects without using virtual environments or conda-like tools, as well as duplicating system state between computers, which will come in super handy when i make edits or install something on my laptop and want to duplicate them to my desktop. Even more impressively, the nix package repository is bigger than the AUR which is straight up bonkers lmao (
https://repology.org/repositories/statistics/total). Further, the one problem i've had with arch, that being the breaking updates every once in a while, is completely remedied on nix, due to its central versioning system which by default doesn't actually enable the system upgrades unless the whole upgrade process went well, and also keeps old snapshots of your system (which is pretty storage trivial, as the system is represented in one central config file), which allows you to revert state and fix problems from a functional OS rather than the broken one.
Switching over is gonna be a pain in the ass though so I'm probably gonna wait haha.
What is everyone runnning though? Here's what I have currently:
Arch,
Niri WM (xwayland satellite breaks a bit more than standard xwayland but gamescope and xwayland-run work fine as workarounds),
Custom vertical waybar,
pretty vanilla tofi runner,
kitty terminal emulator (thinking about swapping sometime lemme know if anyone has suggestions!),
mako for notifs,
tuned-adm for performance/battery tuning (over power-profiles daemon as it's more customizable
https://docs.redhat.com/en/documentatio ... -tuned_adm)
and here are a few common apps i'm running: btop for system stats, spotify-player for music (hoping to get a media server working soon but I have to get my self hosted vpn up first gah), gurk for signal, nvim for text editing and programming IDE (using lazy vim as a base right now, but I hear lunar is good too).