Skip to content

esselius/nix-cfg

Repository files navigation

nix-cfg

Getting Started

Install Nix

# 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

Bootstrap System

# Ubuntu
$ nix-shell --command switch-home
# Darwin
$ nix-shell --command switch-darwin
# NixOS
$ nix-shell --command switch-nixos

Development

# Ubuntu
$ nix run .#switchHome
# Darwin
$ nix run .#switchDarwin
# NixOS
$ nix run .#switchNixOS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages