Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 686 Bytes

File metadata and controls

29 lines (19 loc) · 686 Bytes

configuration

Prerequisites (macOS)

Install

Clone the repo to ~/configuration:

git clone git@github.com:jsonnull/configuration.git ~/configuration

NixOS:

sudo nixos-rebuild switch --flake .#renderer --impure

MacBook (home-manager only):

home-manager switch --flake ~/configuration#jsonnull@macbook --impure

--impure is required because the config reads the SSH public key from an absolute path for git commit signing.