# Ubuntu
$ sh <(curl -L https://nixos.org/nix/install) --daemon --nix-extra-conf-file nix.conf# Darwin
$ sh <(curl -L https://nixos.org/nix/install) --daemon --nix-extra-conf-file nix.conf --darwin-use-unencrypted-nix-store-volume# Ubuntu
$ nix-shell --command switch-home# Darwin
$ nix-shell --command switch-darwin# NixOS
$ nix-shell --command switch-nixos# Ubuntu
$ nix run .#switchHome# Darwin
$ nix run .#switchDarwin# NixOS
$ nix run .#switchNixOS