30
How often do you hop distros?
(lemmy.world)
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
I was going to try installing NixOs on a partition on a spare laptop, but it didn’t like the fact that the rest of the disk was btrfs. I didn’t have that much time to dedicate to figuring it out, but lack of btrfs support was disappointing.
NixOS supports Btrfs
AFAIK NixOS supports every filesystem, that other linux distros support, and often with easier/better configuration, e.g. I'm using ZFS, which seems to be easier to setup on NixOS than on most other distros.
But does it work with the installer? I couldn't get the installer to work, and saw there were other people who had problems. (thanks for the link btw. I will definitely try and give it another spin).
You mean the "new" installer GUI? I never used it TBH, I always did partitioning (and everything else) via CLI, not sure about that. But NixOS (gnome version) has GParted and all other kinds of partitioning tools on board, so just partition it as you think it's best and then generate a config via
nixos-generate-config
as described in the manual. One tip, when going down that rabbit hole (when you're committing at least): Start with Nix flakes right away. Checkout all kinds of dotfiles in github of other users (and on github there are a lot of configurations that can be source of inspiration).