An open API service indexing awesome lists of open source software.

https://github.com/messense/nix-config

My nix config
https://github.com/messense/nix-config

dotfiles nix-darwin nix-dotfiles

Last synced: about 1 month ago
JSON representation

My nix config

Awesome Lists containing this project

README

          

# My `~/.config/nix`

Install [Determinate Nix](https://docs.determinate.systems/determinate-nix/):

```bash
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install --extra-conf "trusted-users = $(whoami)"
```

Clone repository:

```bash
mkdir -p ~/.config && git clone git@github.com:messense/nix-config.git ~/.config/nix
```

Activating `nix-darwin` config on first time use:

```bash
nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake ~/.config/nix
```

Rebuild system configuration after making changes:

```
darwin-rebuild switch --flake ~/.config/nix
```