Hardware
I'm running CachyOS on both my Laptop and Desktop computers. My dotfiles are all version-controlled, and kept in sync using gnu stow. They are available for everyone, and pinned on my tangled profile.
Desktop
CPU: Intel Core i5-12400F
GPU: Nvidia RTX 3060 Ti
RAM: 32Gb
Laptop
CPU: Intel Core i3-4005U
RAM: 8Gb
Its a really old laptop that belonged to my mother. After fixing the battery and putting some (a lot of) glue to prevent it from falling apart, it's now good enough for my college assignments and other smaller projects.
E-book Reader
I recently bought a tiny E-reader called Xteink X4. Unfortunately I've been spending more and more time staring at a screen for the past months because of my career in software development, so having a cute distraction-free device for my books brings me confort.
Software
Tools
Jujutsu: This one is my favorite, it makes version control a lot more easier, specially when you are working with a lot of changes. Its compatible with git so you can just have fun using it with your current git workspaces.
Just: Its a command runner, just like makefiles. I always write some basic recipes to make software development less painful.
Programming languages
I've been writing gleam for around a year now. Its my go-to choice for almost every project because of how helpful the language server and strict type system are.