Personal nix configuration
Go to file
2024-10-30 23:37:13 -04:00
defaults added nvim lua config files 2024-09-14 12:38:56 -04:00
home some stuff 2024-10-30 22:41:50 -04:00
modules added readme for machine module 2024-10-30 23:35:43 -04:00
.gitignore initial commit 2024-07-30 00:09:42 -04:00
flake.lock some stuff 2024-10-30 22:41:50 -04:00
flake.nix some stuff 2024-10-30 22:41:50 -04:00
README.md modified root readme 2024-10-30 23:37:13 -04:00

Wyatt's Nix configuration

Designed and developed by Wyatt J. Miller, 2024

Licensed by the Mozilla Public License v2

What is this??

This repository is my multi-machine Nix configuration, written in a Nix flake!

How do I get this?

Make sure the following is installed:

  • git (most operating systems come with git already installed)
  • nix (if you are on macOS or a non-NixOS system)

If you don't have git installed and are running macOS, run the following command:

sudo xcode-select

If you don't have nix installed and are running Linux, use the Determinate Nix Installer!

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

If you don't have nix installed and are running macOS, use the Determinate Nix Installer!

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

There's a separate installer Determinate Systems releases (and feel free to try it) but that's not on the install list here.

How do I run this?

For NixOS systems:

sudo nixos-rebuild switch --flake .#<hostname>

For macOS systems:

nix run nix-darwin --extra-experimental-features nix-command --extra-experimental-features flakes -- switch --flake .#<hostname>

where <hostname> is the particular configuration you would like to run.

Non-NixOS Linux systems should be coming soon!