Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 906 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 906 Bytes

home-manager

check

This is my personal configuration for nix-darwin

setup

  1. Clone this repo
  2. Install homebrew
  3. Install nix
  4. Install nix-darwin

Run the initial setup which will build all the derivations which may take a while.

  1. Override /etc/nix-darwin dir with this repo

Make sure to update username & home path in flake.nix

users.users.vaporif = {
  name = "vaporif";
  home = "/Users/vaporif";
};
  1. Apply config
darwin-rebuild switch
  1. Allow direnv .envrc for default devshell
direnv allow ~

Learning