Skip to content

How I keep my configurations sane across my various development environments

Notifications You must be signed in to change notification settings

ascandella/dotfiles

Repository files navigation

Installing Nix

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

First run

This is only needed once

nix run nix-darwin \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes -- \
    switch --flake ".#studio"

After the first run, you can:

just darwin
# short for
darwin-rebuild switch --flake ".#studio"

About

How I keep my configurations sane across my various development environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published