27
Best Distro for Laptops?
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
🧌 NixOS 🧌
I use xmonad/polybar/rofi/alacritty/fish with Home Manager and flakes. You could just use my whole config and have it up and running in a day, deleting lines and adding others. Fork it and modify it to meet your preferences (as I did when I forked this amazingly slick config). I even made a custom typeface to add my favorite crypto logos to my Polybar.
Also running NixOS on my laptop. It took longer to configure than most distros since I had to learn more, but now that I understand the ecosystem better I feel like I can tinker with it so much faster that I'd be able to otherwise.
Definitely a distro for more developer types who are fine figuring stuff out in their own, but if it works for you then it really works for you.
I absolutely adore it. Today, I added a simple bash script to one of my config options that runs just before my nix flake update command that gets the sha256 hash for the latest release of the Cardano-node then writes that hash into my flake.nix file using sed. Then, when I do a flake update that little hash update (that I used to manually do) is also built in.
YESS!!! I just switched from vanillaOS to Nix and its been a learning curve but if you screw up you just go back a generation and rebuild. And I haven't had any package manager BS like ubuntu.
this really makes nixOs so good because I can just make others do the hard work of configing it for me and use it 😂
Unless you want to run a stake pool on Cardano, you’d have to fork and modify my config.
Wow these seems really cool, good job and thanks for your contribution! I am gonna check it out!
Glad to help! I’m merely standing on the shoulders of the giants before me.
+1 for NixOS
I'm a distro hopping junkie and NixOS has been keeping me on their OS for 8 months now. Highly recommend it.