135

This is extremely encouraging to me. I am not affiliated with the project but here is what I've gathered. Run by Mike.

  • Nix (with the functional declarative design)
  • Cinnamon (DE mostly used by Linux Mint, Mike and I think Cinnamon doesn't get enough respect)
  • Two versions, main and "lite".
  • zero config auto update is a huge selling point imo
  • flatpak is a nice touch

Main:

  • "4 core and 4GB of ram" target
  • Flatpak integrated and auto-updates
  • Zoom flatpak
  • Chrome flatpak and Firefox
  • Libreoffice flatpak
environment.systemPackages = with pkgs; [
    git
    firefox
    libnotify
    gawk
    gnugrep
    sudo
    dconf
    gnome-software
    gnome-calculator
    gnome-calendar
    gnome-screenshot
    flatpak
    xdg-desktop-portal
    xdg-desktop-portal-gtk
    xdg-desktop-portal-gnome
    system-config-printer

Lite:

  • "2 core and 2 GB of RAM" target
  • no flatpak
  • firefox
  zramSwap.memoryPercent = 100;
MemoryHigh = "500M";
environment.systemPackages = with pkgs; [
    git
    firefox
    libnotify
    gawk
    sudo
    gnome-calculator
    gnome-calendar
    gnome-screenshot
    system-config-printer
  ];

Github

Installing

boot the special ISO and connect to wifi via the system settings via the start menu (rough edges here). install.

secure boot is not first-class supported in nix but it 'can' be done.

Does the market need this?

It feels like yes. See what do you install on other people's computers?. A zero-support OS that isn't tied into ChromeOS is a tall order. There are a lot of distros that are "semi" friendly but which are strong enough to give to a stranger and never hear from them again?

The pitch is compelling enough that I put it on my small laptop. I used it for about 20 minutes. That laptop is not a project laptop, and if I could just browse and do basic linux stuff and never think about maintaining it again I'd be happy. I can report back (and contribute to nixbook) if it serves my needs. If it passes my tests I may transition the family Win10 PC to nixbook. I'm getting spooked at how many more threats target Windows than Linux.

tweaking

I'm an ultra noob with nix but you should be able to edit this and have it work. Mike has a post about which config file to edit but I can't find it. https://nixos.wiki/wiki/Nixos-rebuild

$ # Edit your configuration
$ sudo nano /etc/nixos/configuration.nix
$ # Rebuild your system
$ sudo nixos-rebuild switch

I added silversearcher tldr tilde and seemed to work.

Cool tweet

https://fosstodon.org/@codemonkeymike/115582530036847888

you are viewing a single comment's thread
view the rest of the comments
[-] Truscape 37 points 2 days ago

It's what you would recommend for people you can't trust even with having glass over the self-destruct button. Immutable distros are the equivalent of pouring a concrete shell.

The elderly, very young children, and the tech illiterate (who have no desire to learn) would be appropriate candidates. Enthusiasts, students, programmers, and those who tinker/create probably don't need that level of safety.

[-] Filetternavn 23 points 2 days ago

I'd like to make a counter point to this. I'm an enthusiast who hosts my own servers and has been using Linux for well over a decade exclusively. I personally love having Bazzite on my main desktop, as it always works as expected. Of course, I wouldn't use immutable on my servers, but I think it's perfectly fine for a desktop OS. I always have rpm-ostree overlays if/when I need to change something immutable, though I've found myself not really needing to do so. I get by with only making changes to my home folder.

Immutable distros just have a great user experience, and don't ever break on their own. I personally recommend them to everyone for desktop use.

[-] Truscape 9 points 2 days ago

That's a reasonable point of view - I've just had plenty of negative experiences with immutable distros that completely undo any customizations I've performed (SteamOS mostly), but that does somewhat come down to nitpick territory.

A better way to put it is enthusiasts don't need an immutable distro, but can use one well. However elderly, very young children, and the tech illiterate likely require an immutable distro to prevent accidental (or misguided) mishaps, unless there's special circumstances that require something else.

[-] HaraVier@discuss.online 2 points 1 day ago

I’ve just had plenty of negative experiences with immutable distros that completely undo any customizations I’ve performed (SteamOS mostly)

To be clear, AFAIK this only concerns SteamOS and it's related to how they've chosen to implement immutability. None of the other distros found here (or here) exhibit any such qualities.

load more comments (2 replies)
load more comments (16 replies)
load more comments (18 replies)
this post was submitted on 21 Nov 2025
135 points (100.0% liked)

Linux

59735 readers
333 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS