Better Linux
i3in EPEL 9
sudo dnf install -y flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Multiuser nix does not work with selinux. so single user.
sudo dnf install -y tar
sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --no-daemon
export PATH=$PATH:$HOME/.nix-profile/bin
export XDG_DATA_DIRS="$HOME/.nix-profile/bin:$HOME/.nix-profile/share:$XDG_DATA_DIRS"
. /home/user/.nix-profile/etc/profile.d/nix.sh
nix-channel --update
nix-env -u
nix-collect-garbage -d
nix-env -iA nixpkgs.sway