this post was submitted on 27 Mar 2026
16 points (73.5% liked)
Linux
64125 readers
525 users here now
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.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If I'm being completely honest, it sounds like you hit a problem and then just kinda gave up (I'm not trying to sound mean or anything - please don't take it that way).
If I were in that situation I would probably drop to a terminal (ex. CTRL+ALT+3) and try to find what failed (
journalctl). Especially if the screen just stayed black I would probably wonder what packages I just updated. I'm not going to remember, but it's probably something graphical. Maybe I installed nvidia dkms packages and I have a mismatch or I decided to try out a different login manager and it happens to not support Wayland or something. Snapshots would be my last resort, not my first.As far as NixOS, I love it. Its incredibly stable and the declarative language is really handy to write in. I'm not aware of any graphical store though (outside of maybe some github project). Its declarative meaning you write the configuration.nix file and import any secondary files into the config. And packages are installed declaratively:
I would say if you are wanting GUI that NixOS is probably not a great choice. I mean just to get installed package version, you're going to have to do a one-liner (mine for example):
Not having a display output made me feel like I'd need a live USB and fix it with root which is often to always quite involved. Thank you for your detailed guide. That's part of why I love the Linux community. There's often to always someone knowledgeable that has a solution. I will try this later!
I got the same impression. Which is fine if that's someone's approach, but that same person probably shouldn't be on an arch-based distro if that's the case.