• 7 Posts
  • 106 Comments
Joined 11 months ago
cake
Cake day: July 21st, 2023

help-circle












  • You can’t run the linux I use (nixos) without the command line.

    The mobile linuxes are way more GUI oriented. Android is first on that list. But also the various other linuxes that target phones, with UIs like phosh. On those I’d say you can mostly never touch a terminal.

    But I don’t think you’ll ever be able to do ALL the things without touching the command line though. There’s a lot of software that’s intended to run in a no-GUI situation, like a headless server or embedded. Sometimes a GUI interface will be provided, but I doubt that kind of thing will ever be GUI-first.






  • nixos is great - as long as the software you need is in nixpkgs, and it usually is. reinstallation is almost never necessary. You can switch your system to the unstable channel, and if you get tired of that, back to stable again, no problem. Experiment with software and remove it without a trace left in your system. If you mess up your config, you can roll back to the previous config in the bootup menu. Your system config is in a text file which you can put into source control if you wish, which allows you to replicate your config onto another machine, or revert to what you had 6 months ago, etc.