If you could only choose one Linux Distro to use for the rest of your life, what would it be?
Debian :debian:
31.3%
Fedora :fedora:
24.9%
Arch :arch:
24.6%
Other (reply)
19.3%
Poll ended at .
@thelinuxcast
I ether go with guix or nix. I do like just one or two files to figure my whole system.
I am leading towards Guix. Because Guix allow to use flatpaks and nix package manager. I also like to learn more about the scheme languages.

@rstewart456 you can enable Flatpak support on NixOS with

services.flatpak.enable = true;

@davidak
I like that Nix have support for flatpak.

one of the reason I am leading towards Guix is because I am interested in the scheme language and Guix configuration and package manager is writing in guile scheme.