What’s the Best Minimal Linux Distro for a TTY Setup?

0
22
Asked By CuriousCoder42 On

While working on my NixOS configuration, I've been thinking about how much is actually needed for a complete graphical Linux distribution. I have a main PC that I need with a graphical session, but I'm also using a school laptop where I only need basic functionalities: git for version control and a text editor. I'm familiar with Obsidian but am considering switching to neovim. I definitely don't want any unnecessary graphical sessions or bloat; I'm planning to log in to TTY, jot down some notes, and commit to git. Given this setup, what lightweight Linux distribution would you recommend? I'm considering Gentoo, Alpine, or sticking with NixOS just because I like it.

2 Answers

Answered By BarebonesBeats On

If you're looking for a minimal setup, Vanilla Gnome can provide a straightforward, no-frills desktop environment. But keep in mind that desktop environments can add bloat, so if you're really aiming to keep it light, you might want to stick with TTY apps only.

Answered By CompileOrDie On

Gentoo can be really enjoyable but be prepared to spend a lot of time compiling packages. Alpine is also a solid choice, but I’d suggest trying Void Linux with musl instead. The key difference is in their initialization systems: OpenRC for Alpine or Runit for Void. As for NixOS, I haven't tried it myself because I thought I'd need to learn a whole new language. Would it be worth it?”,

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.