mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate Mac App Store App to Nix
This commit is contained in:
@@ -5,6 +5,24 @@ This is my folder where I migrate my current dotfile setup to [Nix](https://nixo
|
||||
> [!WARNING]
|
||||
> This is a work in progress and I am still learning Nix, so expect things to be broken.
|
||||
|
||||
## Install Dependencies
|
||||
|
||||
```sh
|
||||
xcode-select --install
|
||||
```
|
||||
|
||||
## Install Nix
|
||||
|
||||
```sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||
```
|
||||
|
||||
Add this line to your `/etc/nix/nix.conf` file
|
||||
|
||||
```sh
|
||||
experimental-features = nix-command flakes
|
||||
```
|
||||
|
||||
```sh
|
||||
# First time install
|
||||
nix run nix-darwin -- switch --flake ~/.dotfiles/nix
|
||||
|
||||
Reference in New Issue
Block a user